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:
parent
5bfd42770d
commit
269b986cbe
1 changed files with 4 additions and 0 deletions
|
@ -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 '===================================================================================='
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue