Remove script delays

This commit is contained in:
Tanner Collin 2021-04-25 21:24:58 +00:00
parent 650398255b
commit e588c8fa1a
2 changed files with 0 additions and 4 deletions

View File

@ -49,7 +49,6 @@ fi
if [ ! -d "minecraft_data" ]
then
echo "Grabbing minecraft data..."
sleep 2
VERSION="1.16.4"
@ -64,7 +63,6 @@ fi
if [ ! -d "env" ]
then
echo "Installing Python requirements..."
sleep 2
virtualenv -p python3 env
source env/bin/activate

View File

@ -54,7 +54,6 @@ fi
# download minecraft data
echo "Grabbing minecraft data..."
sleep 2
VERSION="1.16.4"
@ -75,7 +74,6 @@ git stash pop || true
# create virtual environment
echo "Installing Python requirements..."
sleep 2
rm -r env || true
rm -r __pycache__ || true