]> git.lizzy.rs Git - elidragon_v2.git/blob - scripts/update.sh
Fix submodule handling in setup and update script
[elidragon_v2.git] / scripts / update.sh
1 #! /bin/bash
2 # Elidragon v2 update script
3 # Update all software used by the server
4
5 # Pull repository
6 git pull
7
8 # Update submodules
9 git submodule init
10 git submodule update
11
12 # Update minetest and screen
13 sudo apt-get update -y
14 sudo apt-get install minetest screen -y
15
16 # Update multiserver
17 go get -u github.com/HimbeerserverDE/multiserver