From 99620e9599346786ce5350913caccbafb1cfa0de Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 15 Sep 2020 16:27:49 +0200 Subject: [PATCH] [fix] Missing stretch ref --- yunohost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yunohost b/yunohost index c714379..c57afcb 100644 --- a/yunohost +++ b/yunohost @@ -1,8 +1,8 @@ SUITE="buster" -ls -l /usr/share/debootstrap/scripts/stretch +ls -l /usr/share/debootstrap/scripts/buster -. /usr/share/debootstrap/scripts/stretch +. /usr/share/debootstrap/scripts/buster save_function() { local ORIG_FUNC=$(declare -f $1)