From 71aaf51c6e2c9d1dadc005a38e778f30cf41443b Mon Sep 17 00:00:00 2001 From: Celeste Date: Mon, 20 Sep 2021 17:07:07 +0100 Subject: [PATCH] update to handle roundbox --- populate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/populate.sh b/populate.sh index f7a7a9e..4c04bb0 100644 --- a/populate.sh +++ b/populate.sh @@ -4,9 +4,11 @@ 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/LICENSE themes/STANDARD-LICENSE mv themes/README themes/STANDARD-README rm -r themes/3box rm -r themes/linear +rm -r themes/roundbox