Created
April 30, 2017 16:27
-
-
Save eltonvs/ae2f0a9abb917c0a4053335afe962e0d to your computer and use it in GitHub Desktop.
A script to an easy XAMPP installation
This file contains hidden or 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
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