From: Christian Heller Date: Tue, 9 Apr 2019 00:39:16 +0000 (+0200) Subject: On EeePC Buster, install tridactyl native messenger. X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=commitdiff_plain;ds=sidebyside;h=81ada5624310ee63967b367713584138dbcaf76c;p=config On EeePC Buster, install tridactyl native messenger. --- diff --git a/buster/setup_scripts/setup_eeepc.sh b/buster/setup_scripts/setup_eeepc.sh index 791cb71..6f8153b 100755 --- a/buster/setup_scripts/setup_eeepc.sh +++ b/buster/setup_scripts/setup_eeepc.sh @@ -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