From: Silvio Rhatto Date: Thu, 21 Dec 2017 12:50:53 +0000 (-0200) Subject: Provision: desktop-basic: upgrade luakit and ensure an updated qutebrowser X-Git-Tag: 0.1.0~328 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d94f6a34f08dd52cf66017cfda950ce15c79afa;p=kvmx.git Provision: desktop-basic: upgrade luakit and ensure an updated qutebrowser --- 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