From d6ec02acdac380eca52166ad1555d0aca29eb29d Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Sun, 25 May 2025 00:57:44 +0200 Subject: [PATCH] update updating script --- themes/launcher | 2 +- update-submodule.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/launcher b/themes/launcher index 1d10d65..059480f 160000 --- a/themes/launcher +++ b/themes/launcher @@ -1 +1 @@ -Subproject commit 1d10d65adbc35c4f18945fe4edc41b10a6177365 +Subproject commit 059480fad18b92926f3f4d6d1d327cda91b8a8b7 diff --git a/update-submodule.sh b/update-submodule.sh index a57c144..8bd1142 100755 --- a/update-submodule.sh +++ b/update-submodule.sh @@ -3,4 +3,5 @@ cd -- "$(dirname -- "${BASH_SOURCE[0]}" )" cd themes/launcher -git checkout master +git fetch origin master +git checkout origin/master