From 031a2044a77153b6c2a3e111de17827c8395ea1e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 27 Feb 2018 01:52:59 +0100 Subject: [pkg] install helpers from snap --- pkg/riseupvpn/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkg/riseupvpn/Makefile') diff --git a/pkg/riseupvpn/Makefile b/pkg/riseupvpn/Makefile index 47985e28..ab2b7793 100644 --- a/pkg/riseupvpn/Makefile +++ b/pkg/riseupvpn/Makefile @@ -1,4 +1,5 @@ -build: +build: installers + # for speeding up build, see https://tribaal.io/making-lxd-fly-on-ubuntu-as-well.html sudo snapcraft cleanbuild install: sudo snap install riseup-vpn_*.snap --dangerous --classic @@ -6,3 +7,5 @@ uninstall: sudo snap remove riseup-vpn init-lxd: sudo lxd init +installers: + ./pack_installers -- cgit v1.2.3