From b21619d8cca5a2db022a4bd3f4344597eee9d20c Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 31 Jul 2020 10:57:52 +0200 Subject: [PATCH] [fix] Upgrade to buster --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3401b3b..6032514 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -57,9 +57,9 @@ if grep "borg.timer" /etc/yunohost/services.yml > /dev/null ; then fi # Replace backports with pip -if is_stretch; then +if is_buster; then rm -f /etc/apt/sources.list.d/$app-stretch-backports.list - + ynh_secure_remove /opt/borg-env install_borg_with_pip fi