mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 02:54:28 +05:00
fix: use correct themes.csv url
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
SYSTEMDDIR="/etc/systemd/system"
|
SYSTEMDDIR="/etc/systemd/system"
|
||||||
|
|
||||||
get_theme_list(){
|
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)
|
theme_csv=$(curl -s -L $theme_csv_url)
|
||||||
unset t_name
|
unset t_name
|
||||||
unset t_note
|
unset t_note
|
||||||
|
|||||||
Reference in New Issue
Block a user