Created
May 14, 2022 15:47
-
-
Save Lbzttt/096922084fe4e7477699834beedfa276 to your computer and use it in GitHub Desktop.
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 | |
ufw allow 40401/udp | |
mkdir dero && cd dero | |
wget https://dl.derohe.com/derod-linux-amd64 | |
chmod +x derod-linux-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment