X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_home.sh;h=24f4c672214f214293a85864bf3caefe19f47e0a;hp=61c235ebdfc56ef768b7e7d173b18fbc616cdad7;hb=5ae82c06a14cb1342d5dc7617907223a1bb1fb75;hpb=1e501756aef536ecf00a826eecff314a43cd7574 diff --git a/buster/setup_scripts/setup_home.sh b/buster/setup_scripts/setup_home.sh index 61c235e..24f4c67 100755 --- a/buster/setup_scripts/setup_home.sh +++ b/buster/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" ]; then +if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ]&& [ ! "$1" = "x220" ]; then echo "Need legal system name." false fi