mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fixing perms on script and uncommenting line from debugging
This commit is contained in:
2
scripts/update_pwnagotchi.sh
Normal file → Executable file
2
scripts/update_pwnagotchi.sh
Normal file → Executable file
@ -79,7 +79,7 @@ test_github
|
|||||||
|
|
||||||
# clean up old files, clone master, set checkout to commit if needed.
|
# clean up old files, clone master, set checkout to commit if needed.
|
||||||
echo "[+] Cloning to $GIT_FOLDER..."
|
echo "[+] Cloning to $GIT_FOLDER..."
|
||||||
#rm $GIT_FOLDER -rf
|
rm $GIT_FOLDER -rf
|
||||||
git clone $GIT_URL $GIT_FOLDER -q
|
git clone $GIT_URL $GIT_FOLDER -q
|
||||||
cd $GIT_FOLDER
|
cd $GIT_FOLDER
|
||||||
if [ $VERSION != "master" ]; then
|
if [ $VERSION != "master" ]; then
|
||||||
|
Reference in New Issue
Block a user