diff --git a/lib/configuration.sh b/lib/configuration.sh index ceb23ed07d..c56109a11d 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -123,8 +123,8 @@ BOOTCONFIG_VAR_NAME=BOOTCONFIG_${BRANCH^^} if [[ $RELEASE == xenial || $RELEASE == bionic ]]; then DISTRIBUTION="Ubuntu"; else DISTRIBUTION="Debian"; fi # Base system dependencies -DEBOOTSTRAP_LIST="locales,gnupg,ifupdown" -[[ $BUILD_DESKTOP == yes ]] && DEBOOTSTRAP_LIST="locales,gnupg,ifupdown,libgtk2.0-bin" +DEBOOTSTRAP_LIST="locales,gnupg,ifupdown,apt-transport-https" +[[ $BUILD_DESKTOP == yes ]] && DEBOOTSTRAP_LIST+=",libgtk2.0-bin" # Essential packages PACKAGE_LIST="bc bridge-utils build-essential cpufrequtils device-tree-compiler figlet fbset fping \ @@ -137,7 +137,7 @@ PACKAGE_LIST="bc bridge-utils build-essential cpufrequtils device-tree-compiler # Non-essential packages PACKAGE_LIST_ADDITIONAL="armbian-firmware alsa-utils btrfs-tools dosfstools iotop iozone3 stress sysbench screen \ - ntfs-3g vim pciutils evtest htop pv lsof apt-transport-https libfuse2 libdigest-sha-perl \ + ntfs-3g vim pciutils evtest htop pv lsof libfuse2 libdigest-sha-perl \ libproc-processtable-perl aptitude dnsutils f3 haveged hdparm rfkill vlan sysstat bash-completion \ hostapd git ethtool network-manager unzip ifenslave command-not-found libpam-systemd iperf3 \ software-properties-common libnss-myhostname f2fs-tools avahi-autoipd iputils-arping qrencode"