From 15be8c2c3f0fc88b6732e0aded12adddefd5c8c2 Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 14 Aug 2023 21:47:41 -0500 Subject: [PATCH] Format install scripts --- unbound/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unbound/README.md b/unbound/README.md index 74ed585..bfccaa9 100644 --- a/unbound/README.md +++ b/unbound/README.md @@ -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)" +```