X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bullseye%2Fsetup_scripts%2Fsetup_home.sh;h=74715982868a6f8f02767031dac6250434297454;hb=eb0ea0270c9e96242f6b0a5da450c99f3586532b;hp=438ed9a398229e20b10839e14d58c0d4828f6265;hpb=15171dcfb9e48aa0311fb77948478dbca48245fa;p=config diff --git a/bullseye/setup_scripts/setup_home.sh b/bullseye/setup_scripts/setup_home.sh index 438ed9a..7471598 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 @@ -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."