From: Christian Heller Date: Sat, 22 Mar 2025 07:02:18 +0000 (+0100) Subject: Minor fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/%7B%7Bdb.prefix%7D%7D/conditions?a=commitdiff_plain;h=0017ca6e0eb7f01bd8f49bac1f3f4327a7910c05;p=config Minor fix. --- diff --git a/testing/scripts/setup_desktop.sh b/testing/scripts/setup_desktop.sh index 5405ecd..d939fc4 100755 --- a/testing/scripts/setup_desktop.sh +++ b/testing/scripts/setup_desktop.sh @@ -20,6 +20,7 @@ PATH_REL_APT=apt PATH_REL_APT_CONF=${PATH_REL_APT}/apt.conf.d TAG_ALL=all TAGS_USER='user desktop' +THINKPAD_NAMES="x220 w530 t490s" export DEBIAN_FRONTEND=noninteractive @@ -47,7 +48,6 @@ copy_dirtree() { } get_system_class_for() { - THINKPAD_NAMES="x220 w530 t490s" for THINKPAD_NAME in $THINKPAD_NAMES; do if [ "$1" = "${THINKPAD_NAME}" ]; then printf 'thinkpad' @@ -173,7 +173,7 @@ echo "\nInstalling and/or keeping only what's required by us or Debian." # Ensure package installation state as defined by what packages are # defined as required by Debian policy and by settings in ./aptmark. mark_nonrequireds_auto -if [ "${SYSTEM_NAME}" = "h610m" ]; then +if [ "${SYSTEM_NAME}" = 'h610m' ]; then # Hold kernel known to work with nvidia-drivers. apt-mark hold linux-image-amd64 linux-headers-amd64 fi