From: Silvio Rhatto Date: Sun, 19 Nov 2017 16:11:46 +0000 (-0200) Subject: Provision: more dependency resolutions X-Git-Tag: 0.1.0~344 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6e33f067d1e8f3d98544f3bafc0808b84d3eb296;p=kvmx.git Provision: more dependency resolutions --- diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index 43cd160..0b3e597 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -53,7 +53,7 @@ $APT_INSTALL torbrowser-launcher # Luakit using stowpkg if [ ! -x "$HOME/apps/stowpkg/tree/`uname -m`/bin/luakit" ]; then - $APT_INSTALL stow + $APT_INSTALL make stow apps/stowpkg/stowpkg install luakit fi diff --git a/share/provision/vpn b/share/provision/vpn index e62f3cd..ec714ee 100755 --- a/share/provision/vpn +++ b/share/provision/vpn @@ -30,4 +30,4 @@ APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y" $DIRNAME/desktop-basic $HOSTNAME $DOMAIN $MIRROR # Install OpenVPN and dnsutils (which provides nslookup) -$APT_INSTALL openvpn resolvconf dnsutils +$APT_INSTALL openvpn resolvconf dnsutils curl