From a62cc5dd0bc05735d09682c89aef42880cff7f70 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:45:55 +0100 Subject: [PATCH] fix warning wget --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d7290b1..86c4e2d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -76,7 +76,7 @@ $install_dir/venv/bin/python3 "$install_dir/manage.py" migrate ynh_script_progression --message="Installing Source Han Sans font..." --weight=1 pushd $install_dir/static/fonts/source_han_sans - wget https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc +ynh_exec_warn_less wget https://github.com/adobe-fonts/source-han-sans/raw/release/Variable/OTC/SourceHanSans-VF.ttf.ttc popd #=================================================