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