diff --git a/scripts/install.sh b/scripts/install.sh index 74314a57a..b603ea629 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -34,7 +34,9 @@ fi if [ "$OSNAME" == 'MAC' ];then curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_macos.sh | sh -fi +else + curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install_centos.sh | sh +fi