Skip to content

Commit

Permalink
Update installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedi6431 authored Jun 19, 2024
1 parent 6cab4e0 commit e97a1b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Installer/Linux/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ read -p "--> " usr_ch
if [[ $usr_ch = 1 ]]; then
username=$USER
sudo apt update -y
sudo apt full-upgrade -y
sudo apt upgrade -y
sudo apt autoremove -y
# Install OpenJDK and git
sudo apt install openjdk -y
Expand Down Expand Up @@ -46,8 +46,7 @@ EOF
./installer.sh
elif [[ $usr_ch = 2 ]]; then
pkg update -y
apt update -y
apt full-upgrade -y
apt upgrade -y
apt autoremove -y
pkg install openjdk
pkg install git
Expand Down

0 comments on commit e97a1b0

Please sign in to comment.