aka "u"
This commit is contained in:
fro
2025-10-26 21:28:20 -05:00
parent 9017f844da
commit d7002946a7

View File

@@ -4,12 +4,23 @@
# downloads all needed scripts / frode klevstul / oct 2025 # 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
# - chmod 755 *.sh
# - ./0_download_scripts.sh
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ "$EUID" -ne 0 ] if [ "$EUID" -ne 0 ]
then echo "error: run as 'root'" then echo "error: run as 'root'"
exit exit
fi fi
base_url_scr=https://gt.op.fo/fro/srv-pub/raw/branch/master/scr base_url_scr=https://gt.op.fo/fro/srv-pub/raw/trunk/master/scr
rm /tmp/*.sh rm /tmp/*.sh
cd /tmp/ cd /tmp/