forked from ewfm/ewfm
update populate script
This commit is contained in:
parent
8ad060c30a
commit
b5c4df6327
2 changed files with 10 additions and 1 deletions
2
main.rb
2
main.rb
|
@ -19,7 +19,7 @@ workspace.push(*everything)
|
||||||
themes_fold = "themes/"
|
themes_fold = "themes/"
|
||||||
theme_dir = themes_fold + theme + "/"
|
theme_dir = themes_fold + theme + "/"
|
||||||
|
|
||||||
protocol = "https://"
|
protocol = "http://"
|
||||||
|
|
||||||
da = ["<a href=\"" + protocol + site_domain + "\">home</a> "]
|
da = ["<a href=\"" + protocol + site_domain + "\">home</a> "]
|
||||||
dp = ["<p><a href=\"" + protocol + site_domain + "\">home</a></p>"]
|
dp = ["<p><a href=\"" + protocol + site_domain + "\">home</a></p>"]
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
#!/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/
|
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
|
||||||
|
|
Loading…
Reference in a new issue