From 7f6020a30c6550deb06f4f30b69ba5d46afd0c3f Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 29 Jul 2023 22:11:32 +0200 Subject: [PATCH] cleaning --- scripts/install | 2 +- scripts/upgrade | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index f70331b..fc0dafd 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ fi #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -ynh_script_progression --message="Downloading sources to $install_dir..." --weight=10 +ynh_script_progression --message="Installing and patching sources to $install_dir..." --weight=10 #REMOVEME? ynh_app_setting_set $app install_dir $install_dir #Set settings constant initializer of the app diff --git a/scripts/upgrade b/scripts/upgrade index e82ff81..f020a2f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -1,8 +1,5 @@ #!/bin/bash -version_gt() { - test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1"; -} #================================================= # GENERIC START