Format install scripts

This commit is contained in:
Christopher
2023-08-14 21:47:41 -05:00
parent 0091a6c8c9
commit 15be8c2c3f

View File

@@ -1,7 +1,11 @@
# Install Ubuntu
```bash
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/ubuntu.sh)"
```
# Install Unbound
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/unbound/install.sh)"
```