From ad60607e86f466628f5fc4826abc1889096ec597 Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Sat, 24 May 2025 20:39:08 +0200 Subject: [PATCH] updated update scripts --- update-submodule.sh | 6 ++++++ update.sh | 2 ++ 2 files changed, 8 insertions(+) create mode 100755 update-submodule.sh diff --git a/update-submodule.sh b/update-submodule.sh new file mode 100755 index 0000000..a57c144 --- /dev/null +++ b/update-submodule.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd -- "$(dirname -- "${BASH_SOURCE[0]}" )" + +cd themes/launcher +git checkout master diff --git a/update.sh b/update.sh index 3a57ecc..c1e2cdf 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,7 @@ #!/bin/bash +./update-submodule.sh + cd -- "$(dirname -- "${BASH_SOURCE[0]}" )" if ! [[ $(git submodule update --checkout themes/launcher) ]]; then