Update scripts/99_deploy.sh

gt ➔ gi
This commit is contained in:
fro
2026-02-22 14:02:52 +00:00
parent 357bfd9e06
commit 3744ad5547

View File

@@ -16,7 +16,7 @@ if [ $# -lt 1 ]; then
fi
operation=$1
options_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh
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 +175,7 @@ deploy_file() {
if [ ${operation} == "dots" ] ; then
# declarations
targz_dots_url=https://gt.op.fo/fro/lnx-arch/archive/master.tar.gz
targz_dots_url=https://gi.op.fo/fro/lnx-arch/archive/master.tar.gz
dots_trg=${clone_trg}/lnx-arch/dots
echo "***** ${operation} *****"