From: Silvio Rhatto Date: Sun, 19 Nov 2017 13:21:06 +0000 (-0200) Subject: Provision: desktop-basic: install luakit using stowpkg X-Git-Tag: 0.1.0~347 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1cdc4e0fbf1a091656aee98c7559aa43bb390cf7;p=kvmx.git Provision: desktop-basic: install luakit using stowpkg --- diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index 2b6d5d8..7da6151 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -52,8 +52,10 @@ $APT_INSTALL xpra lightdm firefox-esr chromium firejail $APT_INSTALL torbrowser-launcher # Luakit using stowpkg -#$APT_INSTALL stow -#apps/stowpkg/stowpkg install luakit +if [ ! -x "$HOME/apps/stowpkg/tree/`uname -m`/bin/luakit" ]; then + $APT_INSTALL stow + apps/stowpkg/stowpkg install luakit +fi # System-wide configuration sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf