diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-19 11:21:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-19 11:21:06 -0200 |
commit | 1cdc4e0fbf1a091656aee98c7559aa43bb390cf7 (patch) | |
tree | 5d78b06e71d0cd86224502bc70a5573ae2c0eb8e /share/provision/desktop-basic | |
parent | 8e588ca54f7254ec049f0bbe7d6ff654f53e3653 (diff) | |
download | kvmx-1cdc4e0fbf1a091656aee98c7559aa43bb390cf7.tar.gz kvmx-1cdc4e0fbf1a091656aee98c7559aa43bb390cf7.tar.bz2 |
Provision: desktop-basic: install luakit using stowpkg
Diffstat (limited to 'share/provision/desktop-basic')
-rwxr-xr-x | share/provision/desktop-basic | 6 |
1 files 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 |