home · contact · privacy
On EeePC Buster, install tridactyl native messenger.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 9 Apr 2019 00:39:16 +0000 (02:39 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 9 Apr 2019 00:39:16 +0000 (02:39 +0200)
buster/setup_scripts/setup_eeepc.sh

index 791cb710ff8519dc428cc7881af58b6840ab3385..6f8153b2ddfd9e75b819057f76df74e5de8de697 100755 (executable)
@@ -50,5 +50,6 @@ 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
 fi