From 21730a82cbf6871347df384fd07ee947cb07a2e9 Mon Sep 17 00:00:00 2001 From: IncredInComp Date: Tue, 1 Oct 2019 00:05:04 -0700 Subject: [PATCH] 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 --- scripts/create_sibling.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_sibling.sh b/scripts/create_sibling.sh index 5ae58ef..c69ff84 100755 --- a/scripts/create_sibling.sh +++ b/scripts/create_sibling.sh @@ -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= bs=4M status=progress" +echo -ne "[+] Congratz, it's a boy (⌐■_■)!\n[+] One more step: dd if=../$PWNI_OUTPUT of= bs=4M status=progress"