Update installReqs
This commit is contained in:
parent
1451574554
commit
4ba5b2cf89
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
sudo sh get-docker.sh
|
||||
sudo ufw allow 7777/udp
|
||||
|
|
Loading…
Reference in New Issue