From 9b03a5fdc983d02cf4bc1416f8f9da0721c4dc56 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 24 Feb 2026 08:53:01 -0500 Subject: [PATCH] urls at the top --- scripts/99_deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index a012570..3420969 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -16,7 +16,10 @@ if [ $# -lt 1 ]; then fi operation=$1 +# urls +targz_dots_url=https://gi.op.fo/fro/lnx-arch/archive/master.tar.gz options_url=https://gi.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh + options_trg=/tmp/options.sh rm -rf ${options_trg} rm -rf ${options_trg}.tmp @@ -175,7 +178,6 @@ deploy_file() { if [ ${operation} == "dots" ] ; then # declarations - targz_dots_url=https://gi.op.fo/fro/lnx-arch/archive/master.tar.gz dots_trg=${clone_trg}/lnx-arch/dots echo "***** ${operation} *****"