##// END OF EJS Templates
Update rpi23-gen-image.sh
drtyhlpr -
r208:57ccea63da27
parent child
Show More
@@ -217,7 +217,7 APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debi
217 # Package apt-transport-https has been removed from Debian Buster release
217 # Package apt-transport-https has been removed from Debian Buster release
218 # this induces qemu error 383 which does not prevent building an image
218 # this induces qemu error 383 which does not prevent building an image
219 if [ "$RELEASE" = "buster" ] ; then
219 if [ "$RELEASE" = "buster" ] ; then
220 APT_INCLUDES="$(echo ${APT_INCLUDES} | sed "s/apt-transport-https,/l/")"
220 APT_INCLUDES="$(echo ${APT_INCLUDES} | sed "s/apt-transport-https,//")"
221 fi
221 fi
222
222
223 # Packages required for bootstrapping
223 # Packages required for bootstrapping
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant