updated update scripts

This commit is contained in:
Josia Pietsch 2025-05-24 20:39:08 +02:00
parent acc8c5336b
commit ad60607e86
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 8 additions and 0 deletions

6
update-submodule.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
cd themes/launcher
git checkout master

View file

@ -1,5 +1,7 @@
#!/bin/bash
./update-submodule.sh
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
if ! [[ $(git submodule update --checkout themes/launcher) ]]; then