add update theme script to automate this
This commit is contained in:
parent
74714410ad
commit
324789f15f
2 changed files with 7 additions and 5 deletions
5
update-theme.sh
Executable file
5
update-theme.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
rm -rf themes
|
||||
mkdir themes
|
||||
git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
|
||||
rm -rf themes/LoveIt/.git
|
||||
git add themes
|
Loading…
Add table
Add a link
Reference in a new issue