InLogic SMS Gateway/Update47: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Update guide== How to update SMS Gateway to version 46 Login to the gateway with putty Use the root user to login..." |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Update guide== | ==Update guide== | ||
How to update SMS Gateway to version 46 | How to update SMS Gateway to version 47 from version 46 | ||
Login to the gateway with putty | Login to the gateway with putty | ||
Line 8: | Line 8: | ||
Run these commands: | Run these commands: | ||
rm - | mkdir -p /mnt/Update/ | ||
<nowiki>wget https://downloads.inlogic.dk/inlogicgatewaymodem/ | /bin/chown -R root:www-data /mnt/Update/ | ||
chmod 777 / | /bin/chmod -R 775 /mnt/Update/ | ||
/ | |||
rm -rf /mnt/Update/update | |||
<nowiki>wget https://downloads.inlogic.dk/inlogicgatewaymodem/Update.zip -O /mnt/Update/Update.zip</nowiki> | |||
unzip /mnt/Update/Update.zip -d /mnt/Update/update | |||
chmod 777 /mnt/Update/update/mnt/flash/root/updateservice/update.sh | |||
/mnt/Update/update/mnt/flash/root/updateservice/update.sh |
Latest revision as of 07:03, 9 August 2019
Update guide
How to update SMS Gateway to version 47 from version 46
Login to the gateway with putty
Run these commands:
mkdir -p /mnt/Update/ /bin/chown -R root:www-data /mnt/Update/ /bin/chmod -R 775 /mnt/Update/
rm -rf /mnt/Update/update wget https://downloads.inlogic.dk/inlogicgatewaymodem/Update.zip -O /mnt/Update/Update.zip unzip /mnt/Update/Update.zip -d /mnt/Update/update chmod 777 /mnt/Update/update/mnt/flash/root/updateservice/update.sh /mnt/Update/update/mnt/flash/root/updateservice/update.sh