Skip to content

Instantly share code, notes, and snippets.

@sotch-pr35mac
Last active August 20, 2018 03:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sotch-pr35mac/24f6dd51f405ccbb84a8be578bf70437 to your computer and use it in GitHub Desktop.
echo "Downloading Syng 32-bit Installer..."
cd ~/Downloads
wget https://github.com/sotch-pr35mac/syng/releases/download/v1.3.0/Syng-linux-ia32.tar.xz
tar -x -f Syng-linux-ia32.tar.xz
cd Syng-linux-ia32
echo "Installing..."
chmod +x install.sh
sudo ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment