Update linupx-install.sh

This commit is contained in:
2018-10-09 13:41:22 -05:00
parent 9ad0056931
commit e77039c52b

View File

@@ -27,6 +27,8 @@ 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
echo -e "useAutoremove=1
opennms=false" > /opt/LinUPx/settings.conf
echo ""