Skip to content

Instantly share code, notes, and snippets.

@insanity54
Last active February 7, 2024 06:34
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 insanity54/3c6a13aa77d879281e4ee9074c8e474d to your computer and use it in GitHub Desktop.
Save insanity54/3c6a13aa77d879281e4ee9074c8e474d to your computer and use it in GitHub Desktop.
VPS provisioning scripts 2024
#!/bin/bash
apt install -y git mosh mg screen
git clone https://github.com/insanity54/dotfiles
cp ./dotfiles/.screenrc .
curl https://getcroc.schollz.com | bash
git clone https://gitlab.com/crafty-controller/crafty-installer-4.0.git && \
cd crafty-installer-4.0 && \
./install_crafty.sh
ufw allow 60000:61000/udp
ufw allow 25565
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment