forked from josch/mmdebstrap
make_mirror.sh: install mmdebstrap if ./mmdebstrap doesn't exist
This commit is contained in:
parent
2df8581bf9
commit
0b27660468
1 changed files with 3 additions and 0 deletions
|
@ -430,6 +430,9 @@ if [ "$HAVE_QEMU" = "yes" ]; then
|
||||||
if [ "$HAVE_PROOT" = "yes" ]; then
|
if [ "$HAVE_PROOT" = "yes" ]; then
|
||||||
pkgs="$pkgs,proot"
|
pkgs="$pkgs,proot"
|
||||||
fi
|
fi
|
||||||
|
if [ ! -e ./mmdebstrap ]; then
|
||||||
|
pkgs="$pkgs,mmdebstrap"
|
||||||
|
fi
|
||||||
case "$HOSTARCH" in
|
case "$HOSTARCH" in
|
||||||
amd64|arm64|i386)
|
amd64|arm64|i386)
|
||||||
pkgs="$pkgs,linux-image-$HOSTARCH"
|
pkgs="$pkgs,linux-image-$HOSTARCH"
|
||||||
|
|
Loading…
Reference in a new issue