home · contact · privacy
From Bullseye desktop setup, re-move Firefox plug-ins setup (too much of a hassle...
[config] / bullseye / setup_scripts / setup_home.sh
index 438ed9a398229e20b10839e14d58c0d4828f6265..74715982868a6f8f02767031dac6250434297454 100755 (executable)
@@ -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
@@ -97,5 +97,5 @@ if [ -f "${HOME}/${authinfo_file}" ]; then
     notmuch new
 fi
 
-# Final note on how to integrate tridactyl.
-echo "TODO: As tridactyl user, don't forget to do :source on the first Firefox run, wait a little while (Tridactyl needs to walk through all commands in the .tridactylrc) and then re-start."
+# Final note on how to integrate tridactyl.
+echo "TODO: As tridactyl user, don't forget to do :source on the first Firefox run, wait a little while (Tridactyl needs to walk through all commands in the .tridactylrc) and then re-start."