diff --git a/scripts/install b/scripts/install index 7dfc8a4..c8feed7 100644 --- a/scripts/install +++ b/scripts/install @@ -83,7 +83,7 @@ ynh_install_app_dependencies $pkg_dependencies ynh_app_setting_set "$app" final_path "$final_path" # Download, check integrity, uncompress and patch the source from app.src -ynh_script_progression --message="Dowloading app from sources" +ynh_script_progression --message="Downloading app from sources" ynh_setup_source "$final_path" mkdir "$final_path/data" diff --git a/scripts/upgrade b/scripts/upgrade index 1a8487f..fc97b56 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -93,7 +93,7 @@ fi #================================================= # Download, check integrity, uncompress and patch the source from app.src -ynh_script_progression --message="Dowloading app from sources" +ynh_script_progression --message="Downloading app from sources" ynh_setup_source "$final_path" mkdir -p "$final_path/data"