From f549873fcf742020336e4bbc8fdfa723391b3165 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 14 Feb 2019 21:33:30 +0100 Subject: [PATCH] removing dedicated removal --- scripts/remove | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/scripts/remove b/scripts/remove index b054f15..2eabd39 100755 --- a/scripts/remove +++ b/scripts/remove @@ -41,21 +41,6 @@ ynh_print_info "Stopping and removing the service" # Remove the dedicated systemd config ynh_remove_systemd_config -#================================================= -# REMOVE YUNORUNNER DEPENDENCIES -#================================================= - -pushd $final_path - ve3/bin/pip3 uninstall -y -r requirements.txt -popd -/var/www/yunorunner/.pythonz/bin/pythonz install 3.6.6 - -#================================================= -# REMOVE PYTHON 3.6 AND PYTHONZ -#================================================= - -$final_path/.pythonz/bin/pythonz uninstall 3.6.6 -$final_path/.pythonz/bin/pythonz cleanup #================================================= # REMOVE DEPENDENCIES