From b5c4df6327f32a18df6e98d32ae4a098142aab38 Mon Sep 17 00:00:00 2001 From: Celeste Date: Mon, 20 Sep 2021 16:39:55 +0100 Subject: [PATCH] update populate script --- main.rb | 2 +- populate.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/main.rb b/main.rb index 677272e..3d0b82d 100644 --- a/main.rb +++ b/main.rb @@ -19,7 +19,7 @@ workspace.push(*everything) themes_fold = "themes/" theme_dir = themes_fold + theme + "/" -protocol = "https://" +protocol = "http://" da = ["home "] dp = ["

home

"] diff --git a/populate.sh b/populate.sh index 735f257..f7a7a9e 100644 --- a/populate.sh +++ b/populate.sh @@ -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