Skip to content

Commit

Permalink
update loraserver to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RAKzhuqi committed Aug 27, 2019
1 parent 95a35d3 commit 632c29f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions loraserver/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ sudo -u postgres psql -U postgres -f init_sql.sql
#apt install lora-app-server

#3.2 download lora packages
wget https://artifacts.loraserver.io/packages/3.x/deb/pool/main/l/lora-app-server/lora-app-server_3.0.0_linux_armv7.deb
wget https://artifacts.loraserver.io/packages/3.x/deb/pool/main/l/lora-app-server/lora-app-server_3.1.0_linux_armv7.deb
wget https://artifacts.loraserver.io/packages/3.x/deb/pool/main/l/lora-gateway-bridge/lora-gateway-bridge_3.0.1_linux_armv7.deb
wget https://artifacts.loraserver.io/packages/3.x/deb/pool/main/l/loraserver/loraserver_3.0.1_linux_armv7.deb
wget https://artifacts.loraserver.io/packages/3.x/deb/pool/main/l/loraserver/loraserver_3.0.2_linux_armv7.deb

#3.3 install lora packages
dpkg -i lora-app-server_3.0.0_linux_armv7.deb
dpkg -i lora-app-server_3.1.0_linux_armv7.deb
dpkg -i lora-gateway-bridge_3.0.1_linux_armv7.deb
dpkg -i loraserver_3.0.1_linux_armv7.deb
dpkg -i loraserver_3.0.2_linux_armv7.deb

#4. configure lora
# configure LoRa Server
Expand Down

0 comments on commit 632c29f

Please sign in to comment.