Update downr1n.sh

This commit is contained in:
Edwin Nuñez 2023-07-17 12:33:21 -04:00 committed by GitHub
parent 22ca55fbc1
commit 489fdcdba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -958,12 +958,10 @@ done
echo "[*] Sucess Patching the boot files"
sleep 1
echo "[*] Executing wikiproxy.py in order to fix key issue"
echo "[*] please execute wikiproxy.py in order to fix key issue"
if [ ! $(/usr/bin/python3 "wikiproxy.py") ]; then
echo "wikiproxy failed, please open another terminal and execute python3 wikiproxy.py, [CLICK ENTER WHEN YOU SUCCESS]"
echo "Please open another terminal and execute: python3 wikiproxy.py, [CLICK ENTER WHEN YOU SUCCESS]"
read -n 1 -s
fi
set +e