Created
January 12, 2022 23:35
-
-
Save camielverdult/d88465025cadcdbc02b07746a7493130 to your computer and use it in GitHub Desktop.
This file contains 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
if [[ $(whoami) == root ]]; then | |
curl -sSl https://raw.githubusercontent.com/virtualhere/script/main/install_server | bash | |
else | |
curl -sSl https://raw.githubusercontent.com/virtualhere/script/main/install_server | sudo bash | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment