updated update scripts
This commit is contained in:
parent
acc8c5336b
commit
ad60607e86
2 changed files with 8 additions and 0 deletions
6
update-submodule.sh
Executable file
6
update-submodule.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
|
||||||
|
|
||||||
|
cd themes/launcher
|
||||||
|
git checkout master
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
./update-submodule.sh
|
||||||
|
|
||||||
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
|
cd -- "$(dirname -- "${BASH_SOURCE[0]}" )"
|
||||||
|
|
||||||
if ! [[ $(git submodule update --checkout themes/launcher) ]]; then
|
if ! [[ $(git submodule update --checkout themes/launcher) ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue