Adding package to install
This commit is contained in:
parent
3ba166bc9c
commit
5eee86ece3
@ -2,13 +2,14 @@
|
|||||||
|
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
apt-get -y upgrade
|
apt-get -y upgrade
|
||||||
|
apt-get -y autoremove
|
||||||
|
|
||||||
# Install the following packages
|
# Install the following packages
|
||||||
|
|
||||||
echo "Did you download Android Studio by hand? "
|
#echo "Did you download Android Studio by hand? "
|
||||||
read answer
|
#read answer
|
||||||
|
|
||||||
tar -v -z -x -f android-studio-2021.3.17-linux.tar.gz
|
#tar -v -z -x -f android-studio-2021.3.17-linux.tar.gz
|
||||||
|
|
||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
|
|
||||||
@ -51,7 +52,7 @@ apt-get install -y nasm
|
|||||||
apt-get install -y nmap
|
apt-get install -y nmap
|
||||||
apt-get install -y openconnect
|
apt-get install -y openconnect
|
||||||
apt-get install -y openjdk-19-jdk
|
apt-get install -y openjdk-19-jdk
|
||||||
apt-get install -y python
|
apt-get install -y powertop
|
||||||
apt-get install -y python3.11-full
|
apt-get install -y python3.11-full
|
||||||
apt-get install -y rsync
|
apt-get install -y rsync
|
||||||
apt-get install -y ruby
|
apt-get install -y ruby
|
||||||
|
Loading…
Reference in New Issue
Block a user