From 548abd5f7d048c69c1dcb97db52ecf68cf23d566 Mon Sep 17 00:00:00 2001 From: fro Date: Sun, 26 Oct 2025 21:56:17 -0500 Subject: [PATCH] u --- scr/0_download_scripts.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scr/0_download_scripts.sh b/scr/0_download_scripts.sh index d138738..28e5bb5 100755 --- a/scr/0_download_scripts.sh +++ b/scr/0_download_scripts.sh @@ -4,16 +4,16 @@ # downloads all needed scripts / frode klevstul / oct 2025 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + # first time setup: # # - ssh usr@srv -p [port] # - cd /tmp # - wget https://gt.op.fo/fro/srv-pub/raw/branch/trunk/scr/0_download_scripts.sh - https://gt.op.fo/fro/srv-pub/raw/branch/trunk/scr/0_download_scripts.sh # - chmod 755 *.sh # - ./0_download_scripts.sh -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + if [ "$EUID" -ne 0 ] @@ -25,7 +25,12 @@ base_url_scr=https://gt.op.fo/fro/srv-pub/raw/branch/trunk/scr rm /tmp/*.sh cd /tmp/ wget ${base_url_scr}/0_download_scripts.sh -#wget ${base_url_scr}/1_upd_install.sh +wget ${base_url_scr}/1_upd_install.sh +wget ${base_url_scr}/2a_postgrest_install.sh +wget ${base_url_scr}/2b_postgrest_config.sh + + + #wget ${base_url_scr}/2_create_user.sh #wget ${base_url_scr}/3_acmesh.sh #wget ${base_url_scr}/4_https.sh