mirror of
https://github.com/YunoHost/yunohost-debootstrap.git
synced 2024-09-03 20:06:21 +02:00
[fix] Missing stretch ref
This commit is contained in:
parent
c57eb86e9d
commit
99620e9599
1 changed files with 2 additions and 2 deletions
4
yunohost
4
yunohost
|
@ -1,8 +1,8 @@
|
||||||
SUITE="buster"
|
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() {
|
save_function() {
|
||||||
local ORIG_FUNC=$(declare -f $1)
|
local ORIG_FUNC=$(declare -f $1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue