aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-18 13:53:42 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-18 13:53:42 -0200
commit5decb125a1552f455d9421afbfa741df2d245e7e (patch)
tree9d2b05e649aefd54b371f30643c4fbec91fadba0 /share
parente912cf4dd6d92566aab9da9bab18983ec269336d (diff)
downloadkvmx-5decb125a1552f455d9421afbfa741df2d245e7e.tar.gz
kvmx-5decb125a1552f455d9421afbfa741df2d245e7e.tar.bz2
Provision: desktop-basic: install tor launch and prepare for stowpkg/luakit
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/desktop-basic8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic
index 02658f6..466d20a 100755
--- a/share/provision/desktop-basic
+++ b/share/provision/desktop-basic
@@ -29,7 +29,7 @@ APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y"
# Provision the basic stuff
$DIRNAME/development $HOSTNAME $DOMAIN $MIRROR
-# QLX
+# QXL
# See https://labs.riseup.net/code/issues/11518
# https://bugs.mageia.org/show_bug.cgi?id=14607
#if [ ! -e "/etc/modprobe.d/qxl-no-kms.conf" ]; then
@@ -49,7 +49,11 @@ echo "Installing additional packages..."
$APT_INSTALL xpra lightdm firefox-esr chromium firejail
# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861744
-#$APT_INSTALL torbrowser-launcher
+$APT_INSTALL torbrowser-launcher
+
+# Luakit using stowpkg
+#$APT_INSTALL stow
+#apps/stowpkg/stowpkg install luakit
# System-wide configuration
sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf