fix: Gets all install scripts working.

This commit is contained in:
greysoh 2024-08-02 17:21:29 -04:00
parent 580095b322
commit bad8c05da8
6 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
sudo apt update
sudo apt install -y curl
sudo apt install -y curl avahi-daemon
ufw allow 6443/tcp
ufw allow from 10.42.0.0/16 to any