home · contact · privacy
Fix further shell script weirdness (where do these come from?)
[config] / buster / setup_scripts / setup_eeepc.sh
index 791cb710ff8519dc428cc7881af58b6840ab3385..7b0323e80cf749ddfb02a63982c038cf5dff68e5 100755 (executable)
@@ -50,5 +50,7 @@ if [ ! -d "/home/plom" ]; then
     usermod -a -G sudo plom
     su -c "cd && git clone https://plomlompom.com/repos/clone/config" plom
     su -c "~/config/buster/setup_scripts/copy_dirtree.sh ~/config/buster/home_files ~ minimal user_eeepc" plom
+    su -c "curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/78e662efefd1f4af2bdb2a53edecf03b535b997b/native/install.sh | bash" plom
     passwd plom
+    echo "As tridactyl user, don't forget to do :source on the first Firefox run and then re-start."
 fi