diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-03-27 18:55:39 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-03-27 18:55:39 +0200 |
commit | b5f65a62cff5703b4ea2a78197e70c1a6408b800 (patch) | |
tree | 29cbf6d3f0798146254d26c4107a07750df56555 /Makefile | |
parent | 08e3c56737530330355bf836baa18e8e9e47321c (diff) | |
download | freebsd-wifibox-alpine-b5f65a62cff5703b4ea2a78197e70c1a6408b800.zip |
Allow custom (untrusted) packages.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ $(GUESTDIR)/.done: $(_APK) add \ --no-network \ --force-non-repository \ + --allow-untrusted \ --no-progress \ --clean-protected \ --root $(GUESTDIR) \ |