summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2022-03-27 18:55:39 +0200
committerPÁLI Gábor János <pali.gabor@gmail.com>2022-03-27 18:55:39 +0200
commitb5f65a62cff5703b4ea2a78197e70c1a6408b800 (patch)
tree29cbf6d3f0798146254d26c4107a07750df56555 /Makefile
parent08e3c56737530330355bf836baa18e8e9e47321c (diff)
downloadfreebsd-wifibox-alpine-b5f65a62cff5703b4ea2a78197e70c1a6408b800.zip
Allow custom (untrusted) packages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 66aff3d..bdebb9b 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ $(GUESTDIR)/.done:
$(_APK) add \
--no-network \
--force-non-repository \
+ --allow-untrusted \
--no-progress \
--clean-protected \
--root $(GUESTDIR) \