added timezone and zip installation
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
echo "--------Changing Timezone--------"
|
||||
sudo timedatectl set-timezone America/Chicago
|
||||
echo "--------Installing Java--------"
|
||||
sudo apt update -y
|
||||
sudo apt install default-jdk -y
|
||||
echo "--------Java Version--------"
|
||||
java -version
|
||||
|
||||
echo "--------Installing zip/unzip--------"
|
||||
sudo apt install zip -y
|
||||
|
||||
echo "--------Switching Python 3 to default Python--------"
|
||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
|
||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2
|
||||
|
||||
Reference in New Issue
Block a user