Skip to content

Instantly share code, notes, and snippets.

@benjivesterby
Last active December 3, 2023 19:44
Show Gist options
  • Save benjivesterby/92b832273291895a0ceb14b4a8fae3f4 to your computer and use it in GitHub Desktop.
Save benjivesterby/92b832273291895a0ceb14b4a8fae3f4 to your computer and use it in GitHub Desktop.
Server Environment Installer
#!/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