forked from ewfm/ewfm
Now it can be used to updoot
This commit is contained in:
parent
c08a5100b1
commit
c31b3e0699
1 changed files with 9 additions and 11 deletions
20
populate.sh
20
populate.sh
|
@ -1,16 +1,14 @@
|
|||
#!/bin/sh
|
||||
git clone https://gitlab.com/threeoh6000/ewfm-themes.git
|
||||
|
||||
mv ewfm-themes/ themes/
|
||||
mv themes/linear/* themes/
|
||||
mv themes/3box/* themes/
|
||||
mv themes/roundbox/* themes/
|
||||
mv themes/other/* themes/
|
||||
mkdir themes
|
||||
|
||||
mv themes/LICENSE themes/STANDARD-LICENSE
|
||||
mv themes/README themes/STANDARD-README
|
||||
mv ewfm-themes/linear/* themes/
|
||||
mv ewfm-themes/3box/* themes/
|
||||
mv ewfm-themes/roundbox/* themes/
|
||||
mv ewfm-themes/other/* themes/
|
||||
|
||||
rm -r themes/3box
|
||||
rm -r themes/linear
|
||||
rm -r themes/roundbox
|
||||
rm -r themes/other
|
||||
mv ewfm-themes/LICENSE themes/STANDARD-LICENSE
|
||||
mv ewfm-themes/README themes/STANDARD-README
|
||||
|
||||
rm -rf ewfm-themes/
|
||||
|
|
Loading…
Reference in a new issue