From c6ecc6a767906b9650b69c21d2ef724d416d0e12 Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Tue, 18 Dec 2018 12:16:58 -0500 Subject: [PATCH] Update update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index cacf352..84e9337 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,7 @@ #!/bin/bash # Update and isntall the packages unsed in my homelab +# run "curl -L https://johnhgaunt.com/update.sh | bash" as root to use this script # need to be root if [ "$EUID" -ne 0 ]; then