This commit is contained in:
fro
2025-10-26 21:56:17 -05:00
parent a510d4354c
commit 548abd5f7d

View File

@@ -4,16 +4,16 @@
# downloads all needed scripts / frode klevstul / oct 2025 # downloads all needed scripts / frode klevstul / oct 2025
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
# first time setup: # first time setup:
# #
# - ssh usr@srv -p [port] # - ssh usr@srv -p [port]
# - cd /tmp # - cd /tmp
# - wget https://gt.op.fo/fro/srv-pub/raw/branch/trunk/scr/0_download_scripts.sh # - 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 # - chmod 755 *.sh
# - ./0_download_scripts.sh # - ./0_download_scripts.sh
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
if [ "$EUID" -ne 0 ] 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 rm /tmp/*.sh
cd /tmp/ cd /tmp/
wget ${base_url_scr}/0_download_scripts.sh 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}/2_create_user.sh
#wget ${base_url_scr}/3_acmesh.sh #wget ${base_url_scr}/3_acmesh.sh
#wget ${base_url_scr}/4_https.sh #wget ${base_url_scr}/4_https.sh