home · contact · privacy
Add x220 to desktop setup.
[config] / buster / setup_scripts / setup_home.sh
index 61c235ebdfc56ef768b7e7d173b18fbc616cdad7..24f4c672214f214293a85864bf3caefe19f47e0a 100755 (executable)
@@ -5,7 +5,7 @@ if [ "$#" -ne 1 ]; then
     echo 'Need exactly one argument (system name).'
     false
 fi
-if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ]; then
+if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ]&& [ ! "$1" = "x220" ]; then
     echo "Need legal system name."
     false
 fi