aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-21 10:50:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-21 10:50:53 -0200
commit7d94f6a34f08dd52cf66017cfda950ce15c79afa (patch)
treeef303464c1632e72ddb2c335751640b6c9d8ca03 /share
parent9996ccb3838e9461f3caf2f14b377d2271dd5dfa (diff)
downloadkvmx-7d94f6a34f08dd52cf66017cfda950ce15c79afa.tar.gz
kvmx-7d94f6a34f08dd52cf66017cfda950ce15c79afa.tar.bz2
Provision: desktop-basic: upgrade luakit and ensure an updated qutebrowser
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/desktop-basic5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic
index 0b3e597..40fa720 100755
--- a/share/provision/desktop-basic
+++ b/share/provision/desktop-basic
@@ -55,8 +55,13 @@ $APT_INSTALL torbrowser-launcher
if [ ! -x "$HOME/apps/stowpkg/tree/`uname -m`/bin/luakit" ]; then
$APT_INSTALL make stow
apps/stowpkg/stowpkg install luakit
+else
+ apps/stowpkg/stowpkg upgrade luakit
fi
+# Ensure we have an updated qutebrowser
+apps/qutebrowser/qutebrowser update
+
# System-wide configuration
sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf
sudo cp $DIRNAME/files/desktop-basic/etc/default/keyboard /etc/default/keyboard