From 749915b79715141ba37c50e500d5ea238fb5adf6 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 19 Nov 2021 09:17:10 +0100 Subject: [PATCH] official-basic-vm (#2139) --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index c46adad2..30623d0b 100644 --- a/lib.sh +++ b/lib.sh @@ -80,7 +80,7 @@ Confirm by pressing [ENTER]. Cancel by pressing [ESC]." MENU_GUIDE="Navigate with the [ARROW] keys and confirm by pressing [ENTER]. Cancel by pressing [ESC]." RUN_LATER_GUIDE="You can view this script later by running 'sudo bash $SCRIPTS/menu.sh'." # Repo -GITHUB_REPO="https://raw.githubusercontent.com/nextcloud/vm/master" +GITHUB_REPO="https://raw.githubusercontent.com/nextcloud/vm/official-basic-vm" STATIC="$GITHUB_REPO/static" LETS_ENC="$GITHUB_REPO/lets-encrypt" APP="$GITHUB_REPO/apps"