Skip to content

Instantly share code, notes, and snippets.

@camielverdult
Created January 12, 2022 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camielverdult/d88465025cadcdbc02b07746a7493130 to your computer and use it in GitHub Desktop.
Save camielverdult/d88465025cadcdbc02b07746a7493130 to your computer and use it in GitHub Desktop.
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