Now it can be used to updoot

This commit is contained in:
abbie 2021-11-19 16:56:30 +00:00
parent c08a5100b1
commit c31b3e0699
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -1,16 +1,14 @@
#!/bin/sh #!/bin/sh
git clone https://gitlab.com/threeoh6000/ewfm-themes.git git clone https://gitlab.com/threeoh6000/ewfm-themes.git
mv ewfm-themes/ themes/ mkdir themes
mv themes/linear/* themes/
mv themes/3box/* themes/
mv themes/roundbox/* themes/
mv themes/other/* themes/
mv themes/LICENSE themes/STANDARD-LICENSE mv ewfm-themes/linear/* themes/
mv themes/README themes/STANDARD-README mv ewfm-themes/3box/* themes/
mv ewfm-themes/roundbox/* themes/
mv ewfm-themes/other/* themes/
rm -r themes/3box mv ewfm-themes/LICENSE themes/STANDARD-LICENSE
rm -r themes/linear mv ewfm-themes/README themes/STANDARD-README
rm -r themes/roundbox
rm -r themes/other rm -rf ewfm-themes/