pull/109/head
midoks 5 years ago
parent 6633af93e4
commit 4f39e9cef3
  1. 4
      scripts/install.sh
  2. 5
      scripts/update_centos.sh

@ -4,6 +4,10 @@ export PATH
LANG=en_US.UTF-8
is64bit=`getconf LONG_BIT`
if [ -f /etc/motd ];then
echo "Welcome to mdserver-web panel" > /etc/motd
fi
startTime=`date +%s`
_os=`uname`

@ -3,6 +3,11 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
LANG=en_US.UTF-8
if [ -f /etc/motd ];then
echo "Welcome to mdserver-web panel" > /etc/motd
fi
sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master

Loading…
Cancel
Save