/ gt.op.fo ➔ gi.op.fo

This commit is contained in:
fro
2025-12-09 19:44:28 -05:00
parent 588f97e772
commit af91a31a23
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
#
# - ssh usr@srv -p [port]
# - cd /tmp
# - wget https://gt.op.fo/fro/srv-pub/raw/branch/trunk/scr/0_download_scripts.sh
# - wget https://gi.op.fo/fro/srv-pub/raw/branch/trunk/scr/0_download_scripts.sh
# - chmod 755 *.sh
# - ./0_download_scripts.sh
# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -21,7 +21,7 @@ if [ "$EUID" -ne 0 ]
exit
fi
base_url_scr=https://gt.op.fo/fro/srv-pub/raw/branch/trunk/scr
base_url_scr=https://gi.op.fo/fro/srv-pub/raw/branch/trunk/scr
rm /tmp/*.sh
cd /tmp/
wget ${base_url_scr}/0_download_scripts.sh