Created
November 28, 2018 14:42
-
-
Save BIGBALLON/445ee95f46cf057e43badd4a9a3c61b6 to your computer and use it in GitHub Desktop.
gogui_setup.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo add-apt-repository ppa:webupd8team/java -y | |
sudo apt update | |
sudo apt install oracle-java8-installer -y | |
javac -version | |
cd ~/Download | |
wget https://jaist.dl.sourceforge.net/project/gogui/gogui/1.4.9/gogui-1.4.9.zip | |
unzip gogui-1.4.9 | |
cd gogui-1.4.9/ | |
sudo ./install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment