added pause at the end

This commit is contained in:
Nico Melone
2021-09-29 16:01:30 -05:00
parent 37ee141fb6
commit fd9be6c8a8

View File

@@ -1,7 +1,7 @@
echo "--------Installing Java--------"
sudo apt update -y
sudo apt install default-jdk -y
echo "--------Java Version--------\n\n"
echo "--------Java Version--------"
java -version
echo "--------Switching Python 3 to default Python--------"
@@ -50,7 +50,7 @@ echo "--------Cleaning up Script--------"
rm -- "$0"
echo "--------Installer Complete--------"
#exit 0
PAUSE
exit 0