From c57eb86e9dae92b8b7ffafee32227c7c166fcd81 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 15 Sep 2020 16:20:55 +0200 Subject: [PATCH] [enh] Upgrade to buster --- yunohost | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yunohost b/yunohost index 375d78e..c714379 100644 --- a/yunohost +++ b/yunohost @@ -1,4 +1,4 @@ -SUITE="stretch" +SUITE="buster" ls -l /usr/share/debootstrap/scripts/stretch @@ -13,10 +13,10 @@ save_function() { save_function second_stage_install origin_second_stage_install second_stage_install() { - SUITE="stretch" + SUITE="buster" origin_second_stage_install $@ - echo "deb http://ftp.fr.debian.org/debian stretch main" > $TARGET/etc/apt/sources.list.d/debian.list + echo "deb http://ftp.fr.debian.org/debian buster main" > $TARGET/etc/apt/sources.list.d/debian.list in_target apt update in_target apt install -y wget debhelper in_target wget -O /root/install_yunohost https://install.yunohost.org