Update installReqs

This commit is contained in:
basshound 2024-04-30 17:23:08 +00:00
parent 1451574554
commit 4ba5b2cf89
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
cd "$(dirname "$0")"
curl -fsSL https://get.docker.com -o get-docker.sh curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh sudo sh get-docker.sh
sudo ufw allow 7777/udp sudo ufw allow 7777/udp