Update create_sibling.sh

added ../ to help new users to find the .img after creation. command tested to work to burn image, though I use sudo
This commit is contained in:
IncredInComp
2019-10-01 00:05:04 -07:00
committed by GitHub
parent bbb8f03924
commit 21730a82cb

View File

@ -283,4 +283,4 @@ fi
setup_raspbian
provision_raspbian
echo -ne "[+] Congratz, it's a boy (⌐■_■)!\n[+] One more step: dd if=$PWNI_OUTPUT of=<PATH_TO_SDCARD> bs=4M status=progress"
echo -ne "[+] Congratz, it's a boy (⌐■_■)!\n[+] One more step: dd if=../$PWNI_OUTPUT of=<PATH_TO_SDCARD> bs=4M status=progress"