From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 19 Apr 2019 18:08:52 +0000 (+0200)
Subject: Improve Firefox/Tridactyl setup.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/decks/static/tasks?a=commitdiff_plain;h=346e443b2107288ecbbbde876f0e2fae8ff6cb34;p=config

Improve Firefox/Tridactyl setup.
---

diff --git a/buster/apt-mark/eeepc b/buster/apt-mark/eeepc
index a5b353a..a150687 100644
--- a/buster/apt-mark/eeepc
+++ b/buster/apt-mark/eeepc
@@ -38,6 +38,7 @@ libdbus-glib-1-2
 libgtk-3-0
 # firefox installation dependencies (remove later?)
 curl
+python3
 bzip2
 wget
 jq
diff --git a/buster/setup_scripts/setup_eeepc.sh b/buster/setup_scripts/setup_eeepc.sh
index 6f8153b..1da21be 100755
--- a/buster/setup_scripts/setup_eeepc.sh
+++ b/buster/setup_scripts/setup_eeepc.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/w
 set -e
 
 if [ "$#" -ne 1 ]; then
@@ -52,4 +52,5 @@ if [ ! -d "/home/plom" ]; then
     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