From ead55274b7c544ae75e5cb64dacc8516f7fa0f00 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 28 Feb 2021 12:03:01 +0100 Subject: [PATCH] Make update script function properly --- scripts/update.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.44.0