InLogic SMS Gateway/Update47: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Kia (talk | contribs)
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..."
 
Kia (talk | contribs)
Line 1: Line 1:
==Update guide==
==Update guide==
How to update SMS Gateway to version 46
How to update SMS Gateway to version 47


Login to the gateway with putty
Login to the gateway with putty
Line 8: Line 8:
Run these commands:
Run these commands:


  rm -f /tmp/upgrade46.sh
  rm -f /tmp/upgrade47.sh
  <nowiki>wget https://downloads.inlogic.dk/inlogicgatewaymodem/Update46/upgrade46.sh</nowiki> -O /tmp/upgrade46.sh
  wget https://downloads.inlogic.dk/inlogicgatewaymodem/Update47<nowiki/>/upgrade47.sh -O /tmp/upgrade47.sh
  chmod 777 /tmp/upgrade46.sh
  chmod 777 /tmp/upgrade47.sh
  /tmp/upgrade46.sh
  /tmp/upgrade47.sh

Revision as of 06:31, 9 August 2019

Update guide

How to update SMS Gateway to version 47

Login to the gateway with putty

Use the root user to login

Run these commands:

rm -f /tmp/upgrade47.sh
wget https://downloads.inlogic.dk/inlogicgatewaymodem/Update47/upgrade47.sh -O /tmp/upgrade47.sh
chmod 777 /tmp/upgrade47.sh
/tmp/upgrade47.sh