/ update
aka "u"
This commit is contained in:
@@ -4,12 +4,23 @@
|
||||
# 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 ]
|
||||
then echo "error: run as 'root'"
|
||||
exit
|
||||
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
|
||||
cd /tmp/
|
||||
|
||||
Reference in New Issue
Block a user