From d86e3cbc272bf69754022a731feaa1184c17cb28 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Tue, 8 Oct 2019 19:30:18 +0200 Subject: [PATCH] misc: removed legacy update script --- scripts/update_pwnagotchi.sh | 121 ----------------------------------- 1 file changed, 121 deletions(-) delete mode 100755 scripts/update_pwnagotchi.sh 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 <