|
|
|
@ -55,7 +55,7 @@ case "$DISTRIBUTION" in
|
|
|
|
|
fi
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
sid|bullseye|buster|stretch)
|
|
|
|
|
sid|bookwork|bullseye|buster|stretch)
|
|
|
|
|
COMPONENTS="main contrib non-free"
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
@ -83,7 +83,7 @@ EXTRAPACKAGES="$EXTRAPACKAGES fakeroot apt-transport-https ca-certificates"
|
|
|
|
|
#-- select base apt sources
|
|
|
|
|
case "$DISTRIBUTION" in
|
|
|
|
|
# debian
|
|
|
|
|
sid|bullseye|buster|stretch)
|
|
|
|
|
sid|bookwork|bullseye|buster|stretch)
|
|
|
|
|
MIRRORSITE=http://deb.debian.org/debian
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
@ -144,7 +144,7 @@ fi
|
|
|
|
|
#-- apt is better if target distribution contains apt >= 1.4~beta3
|
|
|
|
|
#-- aptitude is better if target distribution contains apt < 1.4~beta3
|
|
|
|
|
case "$DISTRIBUTION" in
|
|
|
|
|
sid|bullseye|buster|stretch|\
|
|
|
|
|
sid|bookwork|bullseye|buster|stretch|\
|
|
|
|
|
ceres|chimaera|beowulf|ascii|\
|
|
|
|
|
raspbian-bullseye|raspbian-buster|raspbian-stretch|\
|
|
|
|
|
impish|hirsute|groovy|focal|bionic)
|
|
|
|
|