Add update script
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
set -eu
|
||||
|
||||
if [ ! -d "mosfet" ]
|
||||
then
|
||||
echo "You must run this from the mosfet-minecraft-bot directory."
|
||||
exit
|
||||
fi
|
||||
|
||||
if ! command -v virtualenv &> /dev/null
|
||||
then
|
||||
echo "virtualenv could not be found, please install with:"
|
||||
|
||||
Reference in New Issue
Block a user