From: Christian Heller Date: Thu, 13 Jan 2022 02:33:12 +0000 (+0100) Subject: Fix desktop setup. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=6d175935a089531db01d980eb5432f02a3a402e0 Fix desktop setup. --- diff --git a/bullseye/apt-mark/desktop b/bullseye/apt-mark/desktop index aebd51f..9b56892 100644 --- a/bullseye/apt-mark/desktop +++ b/bullseye/apt-mark/desktop @@ -5,3 +5,4 @@ wget unzip jq pmount +cryptsetup diff --git a/bullseye/setup_scripts/setup_home.sh b/bullseye/setup_scripts/setup_home.sh index 438ed9a..ae69b0e 100755 --- a/bullseye/setup_scripts/setup_home.sh +++ b/bullseye/setup_scripts/setup_home.sh @@ -5,7 +5,7 @@ if [ "$#" -ne 1 ]; then echo 'Need exactly one argument (system name).' false fi -if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ]&& [ ! "$1" = "x220" ]; then +if [ ! "$1" = "x220" ] && [ ! "$1" = "w530" ]; then echo "Need legal system name." false fi