diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 837d4d6..b7e98d2 100755 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -1219,6 +1219,10 @@ else echo "< OpenMPTCProuter VPS $OMR_VERSION >" > /etc/motd fi +if [ "$SOURCES" != "yes" ]; then + apt-get -y install omr-server=${OMR_VERSION} +fi + if [ "$update" = "0" ]; then # Display important info echo '===================================================================================='