From 1a04be634082d59d4e13de72cf4bb473c07abc3c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 23 May 2021 10:30:12 +0200 Subject: [PATCH] Fix --- scripts/_common.sh | 2 +- scripts/remove | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f93d7d5..04a4ba1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev" #crystal +pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev" #================================================= # PERSONAL HELPERS diff --git a/scripts/remove b/scripts/remove index 09d89e1..8566bf5 100644 --- a/scripts/remove +++ b/scripts/remove @@ -59,10 +59,7 @@ ynh_script_progression --message="Removing dependencies..." --weight=1 # Remove metapackage and its dependencies ynh_remove_app_dependencies -ynh_remove_extra_repo - -dpkg --configure -a -apt-key del "379CE192D401AB61" +dpkg --remove crystal #================================================= # REMOVE APP MAIN DIR