From 76abbc768a84bbc379e737feab056f72b7e90c3c Mon Sep 17 00:00:00 2001 From: leeboby Date: Wed, 11 Nov 2020 11:08:22 +0800 Subject: [PATCH] Remove redundant package configurations --- scripts/configuration.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/configuration.sh b/scripts/configuration.sh index dde27b0..1550536 100755 --- a/scripts/configuration.sh +++ b/scripts/configuration.sh @@ -225,7 +225,6 @@ case $RELEASE in DEBOOTSTRAP_COMPONENTS="main,universe" DEBOOTSTRAP_LIST+=" rng-tools fdisk" [[ -z $BUILD_MINIMAL || $BUILD_MINIMAL == no ]] && PACKAGE_LIST_RELEASE="man-db kbd net-tools gnupg2 dirmngr networkd-dispatcher command-not-found" - [[ -z $BUILD_MINIMAL || $BUILD_MINIMAL == no ]] && [[ $ARCH == armhf ]] && PACKAGE_LIST_RELEASE="man-db kbd net-tools gnupg2 dirmngr networkd-dispatcher command-not-found" PACKAGE_LIST_DESKTOP+=" xserver-xorg-input-all paprefs dbus-x11 libgnome2-perl pulseaudio-module-gconf onboard" PACKAGE_LIST_DESKTOP_RECOMMENDS+=" chromium-browser system-config-printer-common system-config-printer \ language-selector-gnome leafpad mirage"