refactor(mainsail): update themes.csv url for mainsail themes #329

Merged
meteyou merged 1 commits from refactor/update-themes-csv-url into master 2023-04-13 17:59:14 +02:00

View File

@@ -358,7 +358,7 @@ function print_theme_list() {
function ms_theme_installer_menu() {
local theme_list theme_author theme_repo theme_name theme_note theme_url
local theme_csv_url="https://raw.githubusercontent.com/mainsail-crew/docs/master/_data/themes.csv"
local theme_csv_url="https://raw.githubusercontent.com/mainsail-crew/gb-docs/main/_data/themes.csv"
theme_list=$(curl -s -L "${theme_csv_url}")
top_border