From 30df6092fc9268ea556a5e479a6cd443443b6bde Mon Sep 17 00:00:00 2001 From: Frode Date: Sun, 12 May 2024 14:39:19 +0000 Subject: [PATCH] u --- scripts/curae_setup.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/scripts/curae_setup.sh b/scripts/curae_setup.sh index 9fad231..06c5922 100644 --- a/scripts/curae_setup.sh +++ b/scripts/curae_setup.sh @@ -6,12 +6,12 @@ # how to download this script (as root): # # cd /tmp -# wget tinyurl.com/fk-arc3 # same as `wget https://git.mz.fo/fro/lnx-arch/raw/branch/master/scripts/curae_setup.sh` -# cat fk-arc3 # verify the downloaded script (IMPORTANT!) -# chmod 755 fk-arc3 # make the script executable -# ./fk-arc3 # run the script +# wget https://git.mz.fo/fro/lnx-arch/raw/branch/master/scripts/curae_setup.sh +# cat curae_setup.sh # verify the downloaded script (IMPORTANT!) +# chmod 755 curae_setup.sh # make the script executable +# ./curae_setup.sh # run the script # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -echo "<< genesis.sh >>" +echo "<< curae_setup.sh >>" if [ "$EUID" -ne 0 ] then echo "error: run as 'root'" @@ -20,11 +20,10 @@ fi base_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master src_url=${base_url}/scripts/curae.sh -home_dir=/home/.curae +home_dir=/usr/local/bin this_file_name=fk-arc3 mkdir -p ${home_dir} -cd ${home_dir} wget -q ${src_url} -O ${home_dir}/curae.sh chmod 755 curae.sh