From 511df1a889184cb38f2d371aa9daecce141a58ea Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 25 Oct 2021 22:22:32 +0200 Subject: [PATCH] fix: use correct themes.csv url --- scripts/ms_theme_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ms_theme_installer.sh b/scripts/ms_theme_installer.sh index 675b9fd..424de8e 100755 --- a/scripts/ms_theme_installer.sh +++ b/scripts/ms_theme_installer.sh @@ -2,7 +2,7 @@ SYSTEMDDIR="/etc/systemd/system" get_theme_list(){ - theme_csv_url="https://raw.githubusercontent.com/meteyou/mainsail/cb874c1918f47f79441bd80decaa272fe8bae40f/docs/_data/themes.csv" + theme_csv_url="https://raw.githubusercontent.com/meteyou/mainsail/develop/docs/_data/themes.csv" theme_csv=$(curl -s -L $theme_csv_url) unset t_name unset t_note