diff --git a/scripts/update_pwnagotchi.sh b/scripts/update_pwnagotchi.sh deleted file mode 100755 index 9299f1a7..00000000 --- a/scripts/update_pwnagotchi.sh +++ /dev/null @@ -1,121 +0,0 @@ -#!/bin/bash -# Default variables -GIT_FOLDER="/tmp/pwnagotchi" -GIT_URL="https://github.com/evilsocket/pwnagotchi/" -VERSION="master" -SUPPORTED_RESTART_MODES=( 'auto' 'manual' ) -MODE="auto" -BACKUPCONFIG=0 -RESTORECONFIG=0 - -# Functions -function usage() { - cat <