From b9861d0a3fcab9eb1204b06232a9ccc80650b96b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 22:09:41 +0100 Subject: [PATCH] Update upgrade: remove commented code making linter angry --- scripts/upgrade | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index c853ad4..47c5c81 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -120,10 +120,6 @@ then popd fi -#REMOVEME? ynh_install_app_dependencies $pkg_dependencies -#REMOVEME? ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" -#REMOVEME? ynh_secure_remove --file="$install_dir/.cache" - #================================================= # SETUP SYSTEMD #=================================================