Skip to content

Commit

Permalink
Scripts: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Patriot-06 authored Oct 16, 2021
1 parent 42ce3f3 commit 07cac3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo -e "Installing and updating packages...\n"
sudo apt update -qq
sudo apt full-upgrade -y -qq
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt install -y -qq bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5 libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-gtk3-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev -y
sudo apt install bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5 libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-gtk3-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev -y
sudo apt-get install openjdk-8-jre
echo -e "Done."

Expand Down

0 comments on commit 07cac3f

Please sign in to comment.