/ git.mz.fo ➔ gt.op.fo
This commit is contained in:
@@ -16,7 +16,7 @@ if [ $# -lt 1 ]; then
|
|||||||
fi
|
fi
|
||||||
operation=$1
|
operation=$1
|
||||||
|
|
||||||
options_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh
|
options_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh
|
||||||
options_trg=/tmp/options.sh
|
options_trg=/tmp/options.sh
|
||||||
rm -rf ${options_trg}
|
rm -rf ${options_trg}
|
||||||
rm -rf ${options_trg}.tmp
|
rm -rf ${options_trg}.tmp
|
||||||
@@ -158,7 +158,7 @@ firefox_profile_dir() {
|
|||||||
if [ ${operation} == "dots" ] ; then
|
if [ ${operation} == "dots" ] ; then
|
||||||
|
|
||||||
# declarations
|
# declarations
|
||||||
targz_dots_url=https://git.mz.fo/fro/lnx-arch/archive/master.tar.gz
|
targz_dots_url=https://gt.op.fo/fro/lnx-arch/archive/master.tar.gz
|
||||||
dots_trg=${clone_trg}/lnx-arch/dots
|
dots_trg=${clone_trg}/lnx-arch/dots
|
||||||
|
|
||||||
echo "***** ${operation} *****"
|
echo "***** ${operation} *****"
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ do_update() {
|
|||||||
echo "INSTALLING PACKAGES FOR HOST '${hostname}':"
|
echo "INSTALLING PACKAGES FOR HOST '${hostname}':"
|
||||||
echo "-----"
|
echo "-----"
|
||||||
|
|
||||||
package_list_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${hostname}/packages.txt
|
package_list_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${hostname}/packages.txt
|
||||||
|
|
||||||
trg_file=/tmp/packages.txt
|
trg_file=/tmp/packages.txt
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ do_services() {
|
|||||||
echo
|
echo
|
||||||
echo "installing packages for the host '${hostname}':"
|
echo "installing packages for the host '${hostname}':"
|
||||||
|
|
||||||
service_list_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${hostname}/services.txt
|
service_list_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${hostname}/services.txt
|
||||||
|
|
||||||
trg_file=/tmp/services.txt
|
trg_file=/tmp/services.txt
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ echo "<< archinstall_config_download.sh >>"
|
|||||||
|
|
||||||
src_file_conf=user_configuration.json
|
src_file_conf=user_configuration.json
|
||||||
src_file_cred=user_credentials.json
|
src_file_cred=user_credentials.json
|
||||||
src_base_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/
|
src_base_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/
|
||||||
trg_dir=/tmp
|
trg_dir=/tmp
|
||||||
|
|
||||||
if [ "$EUID" -ne 0 ]
|
if [ "$EUID" -ne 0 ]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
echo "<< curae.sh >>"
|
echo "<< curae.sh >>"
|
||||||
|
|
||||||
base_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master
|
base_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master
|
||||||
scripts_url=${base_url}/scripts
|
scripts_url=${base_url}/scripts
|
||||||
home_dir=/usr/local/bin
|
home_dir=/usr/local/bin
|
||||||
this_file=curae.sh
|
this_file=curae.sh
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# how to download this script (as root):
|
# how to download this script (as root):
|
||||||
#
|
#
|
||||||
# cd /tmp
|
# cd /tmp
|
||||||
# wget https://git.mz.fo/fro/lnx-arch/raw/branch/master/scripts/curae_setup.sh
|
# wget https://gt.op.fo/fro/lnx-arch/raw/branch/master/scripts/curae_setup.sh
|
||||||
# cat curae_setup.sh # verify the downloaded script (IMPORTANT!)
|
# cat curae_setup.sh # verify the downloaded script (IMPORTANT!)
|
||||||
# chmod 755 curae_setup.sh # make the script executable
|
# chmod 755 curae_setup.sh # make the script executable
|
||||||
# ./curae_setup.sh # run the script
|
# ./curae_setup.sh # run the script
|
||||||
@@ -18,7 +18,7 @@ if [ "$EUID" -ne 0 ]
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
base_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master
|
base_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master
|
||||||
src_url=${base_url}/scripts/curae.sh
|
src_url=${base_url}/scripts/curae.sh
|
||||||
home_dir=/usr/local/bin
|
home_dir=/usr/local/bin
|
||||||
this_file_name=fk-arc3
|
this_file_name=fk-arc3
|
||||||
|
|||||||
Reference in New Issue
Block a user