diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-27 01:52:59 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-03-02 03:54:14 +0100 |
commit | 031a2044a77153b6c2a3e111de17827c8395ea1e (patch) | |
tree | 3c013eb9d03366630aa04fe98cee78ae90ba79b0 /pkg/riseupvpn/Makefile | |
parent | c9fbec21b700c25d35a03b12df1adbb65f67ff12 (diff) |
[pkg] install helpers from snap
Diffstat (limited to 'pkg/riseupvpn/Makefile')
-rw-r--r-- | pkg/riseupvpn/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |