From: Elias Fleckenstein Date: Sun, 28 Feb 2021 11:03:01 +0000 (+0100) Subject: Make update script function properly X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ead55274b7c544ae75e5cb64dacc8516f7fa0f00;p=elidragon_v2.git Make update script function properly --- diff --git a/scripts/update.sh b/scripts/update.sh index 56b12e1..a9b1c1d 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -3,11 +3,7 @@ # Update all software used by the server # Pull repository -git pull - -# Update submodules -git submodule init -git submodule update +git pull --recurse-submodules # Update minetest and screen sudo apt-get update -y