From 259a6919f04ed28830ad8c5c5e329072d4b5e996 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Thu, 10 Feb 2022 09:14:44 +0100 Subject: [PATCH] fix: link for theme data csv --- 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 58e06d6..0346366 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/develop/docs/_data/themes.csv" + theme_csv_url="https://raw.githubusercontent.com/mainsail-crew/docs/master/_data/themes.csv" theme_csv=$(curl -s -L $theme_csv_url) unset t_name unset t_note