diff --git a/scripts/ctsetup.sh b/scripts/ctsetup.sh index a55e5b2..f1b04e1 100755 --- a/scripts/ctsetup.sh +++ b/scripts/ctsetup.sh @@ -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