diff options
Diffstat (limited to 'share/provision')
-rwxr-xr-x | share/provision/desktop-basic | 5 |
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 |