Created
March 22, 2024 00:16
-
-
Save insanity54/9160c8fddcb396705da323814415c435 to your computer and use it in GitHub Desktop.
provision a VPS
This file contains hidden or 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 | |
apt install -y git mosh mg screen | |
git clone https://github.com/insanity54/dotfiles | |
cp ./dotfiles/.screenrc . | |
curl https://getcroc.schollz.com | bash | |
ufw allow 60000:61000/udp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment