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 e97a1b0 commit 2afcca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Linux/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ $usr_ch = 1 ]]; then
sudo apt install git
java -version
cd /home/$username/desktop
cat > installer.sh <<EOF
cd /home/$username/desktop && cat > installer.sh <<EOF
while :
do
echo -e "Select option\n1) Install\n2) Update\n3) Remove\n4) Close"
Expand Down

0 comments on commit 2afcca3

Please sign in to comment.