u
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
# - 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
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
@@ -20,8 +21,7 @@ if [ "$EUID" -ne 0 ]
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
base_url_scr=https://gt.op.fo/fro/srv-pub/raw/trunk/master/scr
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user