From 1cdc4e0fbf1a091656aee98c7559aa43bb390cf7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 19 Nov 2017 11:21:06 -0200 Subject: Provision: desktop-basic: install luakit using stowpkg --- share/provision/desktop-basic | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3