folder change
This commit is contained in:
@@ -14,11 +14,15 @@ echo -e "${CS[color,LightGreen]}LinUPx Installation Script${CS[color,Default]}"
|
||||
do_with_root $APTFUNC -y install wget curl git
|
||||
|
||||
do_with_root set -eu
|
||||
# $PREFIX git -c http.sslVerify=false clone https://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
|
||||
do_with_root git clone https://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
|
||||
do_with_root ln -s /opt/LinUPx/run.sh /usr/local/bin/runup
|
||||
do_with_root git clone https://git.schroedercity.com/voltron/LinUPx.git /opt/idssys/LinUPx
|
||||
do_with_root ln -s /opt/idssys/LinUPx/run.sh /usr/local/bin/runup
|
||||
echo -e "useAutoremove=1
|
||||
opennms=false" > /opt/LinUPx/settings.conf
|
||||
opennms=false" > /opt/idssys/LinUPx/settings.conf
|
||||
|
||||
if [ ! -d "/opt/idssys/defaults" ]; then
|
||||
do_with_root set -eu
|
||||
do_with_root git clone gogs@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults
|
||||
fi
|
||||
|
||||
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user