update populate script

This commit is contained in:
abbie 2021-09-20 16:39:55 +01:00
parent 8ad060c30a
commit b5c4df6327
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87
2 changed files with 10 additions and 1 deletions

View file

@ -19,7 +19,7 @@ workspace.push(*everything)
themes_fold = "themes/"
theme_dir = themes_fold + theme + "/"
protocol = "https://"
protocol = "http://"
da = ["<a href=\"" + protocol + site_domain + "\">home</a> "]
dp = ["<p><a href=\"" + protocol + site_domain + "\">home</a></p>"]

View file

@ -1,3 +1,12 @@
#!/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/LICENSE themes/STANDARD-LICENSE
mv themes/README themes/STANDARD-README
rm -r themes/3box
rm -r themes/linear