Last active
December 3, 2023 19:44
-
-
Save benjivesterby/92b832273291895a0ceb14b4a8fae3f4 to your computer and use it in GitHub Desktop.
Server Environment Installer
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
#!/bin/bash | |
wd=$(pwd) | |
mkdir /root/bin | |
apt-get update | |
apt-get install -y git curl | |
git clone --branch server https://github.com/benjivesterby/env.git | |
cd ./env | |
./env.sh -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment