Update scripts/ctsetup.sh
go ➔ gi
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user