diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 10:50:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-21 10:50:53 -0200 |
commit | 7d94f6a34f08dd52cf66017cfda950ce15c79afa (patch) | |
tree | ef303464c1632e72ddb2c335751640b6c9d8ca03 | |
parent | 9996ccb3838e9461f3caf2f14b377d2271dd5dfa (diff) | |
download | kvmx-7d94f6a34f08dd52cf66017cfda950ce15c79afa.tar.gz kvmx-7d94f6a34f08dd52cf66017cfda950ce15c79afa.tar.bz2 |
Provision: desktop-basic: upgrade luakit and ensure an updated qutebrowser
-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 |