Created
August 19, 2020 17:41
-
-
Save mrmmg/36e7e8caae5a49b9a43ec56a350e6ebb to your computer and use it in GitHub Desktop.
How to tun xampp control panel 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
#!/bin/bash | |
cd /opt/lampp | |
echo your_sudo_password | sudo -S ./manager-linux-x64.run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment