From 346e443b2107288ecbbbde876f0e2fae8ff6cb34 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 19 Apr 2019 20:08:52 +0200 Subject: [PATCH] Improve Firefox/Tridactyl setup. --- buster/apt-mark/eeepc | 1 + buster/setup_scripts/setup_eeepc.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2