Update scripts/ctsetup.sh

go ➔ gi
This commit is contained in:
fro
2026-02-22 00:02:53 +00:00
parent 20de0427c0
commit d4ca589e41

View File

@@ -6,7 +6,7 @@
# how to download this script (as root):
#
# cd /tmp
# wget https://gt.op.fo/fro/lnx-arch/raw/branch/master/scripts/ctsetup.sh
# wget https://gi.op.fo/fro/lnx-arch/raw/branch/master/scripts/ctsetup.sh
# cat ctsetup.sh # verify the downloaded script (IMPORTANT!)
# chmod 755 ctsetup.sh # make the script executable
# sudo ./ctsetup.sh # run the script
@@ -18,7 +18,7 @@ if [ "$EUID" -ne 0 ]
exit
fi
base_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master
base_url=https://gi.op.fo/fro/lnx-arch/raw/branch/master
src_url=${base_url}/scripts/ct.sh
home_dir=/usr/local/bin