From 7d94f6a34f08dd52cf66017cfda950ce15c79afa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Dec 2017 10:50:53 -0200 Subject: Provision: desktop-basic: upgrade luakit and ensure an updated qutebrowser --- share/provision/desktop-basic | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share') 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 -- cgit v1.2.3