Created
January 5, 2017 06:05
-
-
Save MeenachiSundaram/591dceccc9d79c5e5778d678e2815313 to your computer and use it in GitHub Desktop.
downloading and installing xampp in linux
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
| echo "Installing XAMPP" | |
| #Installing XAMPP | |
| mkdir /xampp | |
| cd /xampp && wget https://www.apachefriends.org/xampp-files/5.6.28/xampp-linux-x64-5.6.28-1-installer.run | |
| cd /xampp && chmod 755 xampp-linux-*-installer.run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment