#!/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 <