Remove script delays

master
Tanner Collin 3 years ago
parent 650398255b
commit e588c8fa1a
  1. 2
      run_linux.sh
  2. 2
      update_linux.sh

@ -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

@ -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

Loading…
Cancel
Save