Add update script

This commit is contained in:
2021-04-22 02:57:00 +00:00
parent 3c90a09d82
commit 433e35e79b
2 changed files with 93 additions and 0 deletions
+6
View File
@@ -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:"