From 019b9c22e47d54cdc0e60c5e93daa2d92329489e Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 9 Apr 2021 00:06:32 +0200 Subject: [PATCH 1/2] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 68e9bb7..06fb303 100755 --- a/scripts/remove +++ b/scripts/remove @@ -31,7 +31,7 @@ cmd_file="/usr/local/bin/mopidyctl" # Remove the service from the list of services known by YunoHost (added from `yunohost service add`) if ynh_exec_warn_less yunohost service status $app >/dev/null then - ynh_script_progression --message="Removing $app service integration..." --weight=2 + ynh_script_progression --message="Removing $app service integration..." --weight=1 yunohost service remove $app fi From f12dfc5e4dcb735d4ac651119633db6a40af89cd Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 9 Apr 2021 15:52:48 +0200 Subject: [PATCH 2/2] avoid install error seems that brackets don't work with ynh_exec_warn_less --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 483ba36..5468699 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # dependencies used by the app pkg_dependencies="acl build-essential python3-dev python3-pip python3-venv git postgresql postgresql-contrib \ gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly lsb-base \ - python3-gst-1.0 python3-tornado (>= 4.4) debconf python3-pkg-resources python3-pykka python3-requests \ + python3-gst-1.0 python3-tornado debconf python3-pkg-resources python3-pykka python3-requests \ gstreamer1.0-alsa gstreamer1.0-pulseaudio gstreamer1.0-tools" #=================================================