Skip to content

Instantly share code, notes, and snippets.

@eltonvs
Created April 30, 2017 16:27
Show Gist options
  • Save eltonvs/ae2f0a9abb917c0a4053335afe962e0d to your computer and use it in GitHub Desktop.
Save eltonvs/ae2f0a9abb917c0a4053335afe962e0d to your computer and use it in GitHub Desktop.
A script to an easy XAMPP installation
wget https://www.apachefriends.org/xampp-files/7.1.1/xampp-linux-x64-7.1.1-0-installer.run -O xampp-installer.run
chmod +x xampp-installer.run
sudo ./xampp-installer.run
rm xampp-installer.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment