1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Install omr-server debian package at end of install script

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-10 13:04:17 +00:00
parent 5bfd42770d
commit 269b986cbe

View file

@ -1219,6 +1219,10 @@ else
echo "< OpenMPTCProuter VPS $OMR_VERSION >" > /etc/motd echo "< OpenMPTCProuter VPS $OMR_VERSION >" > /etc/motd
fi fi
if [ "$SOURCES" != "yes" ]; then
apt-get -y install omr-server=${OMR_VERSION}
fi
if [ "$update" = "0" ]; then if [ "$update" = "0" ]; then
# Display important info # Display important info
echo '====================================================================================' echo '===================================================================================='