diff options
Diffstat (limited to 'share')
-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 |