From f821e957be14679e228eff5ead2c9fe8f4a148f5 Mon Sep 17 00:00:00 2001 From: moritzrfs Date: Sun, 14 Jun 2026 13:08:51 +0200 Subject: [PATCH] Update repo url --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7e48004..941d90c 100644 --- a/install.sh +++ b/install.sh @@ -12,8 +12,7 @@ # set -Eeuo pipefail export DEBIAN_FRONTEND=noninteractive - -REPO_URL="${REPO_URL:-https://github.com/CHANGE_ME/linux-bootstrap.git}" +REPO_URL="${REPO_URL:-https://gitea.big-chungus.me/moritz/linux-bootstrap.git}" REF="${REF:-main}" DEST="${DEST:-/opt/linux-bootstrap}"