summaryrefslogtreecommitdiffstats
path: root/src/install.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-17 01:15:58 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-17 01:15:58 (EDT)
commit4fbc7e52ca0f84d434b46077b700965cdf62e256 (patch)
treebb016d960fb77b17e3b9193a8276af05873e5e15 /src/install.sh
parente3b6f6490c70180a850302318da50f901759b225 (diff)
install_find_pkgs(): Enable sig checks in opkg.conf
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/install.sh b/src/install.sh
index aa89037..9a9b7e5 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -160,6 +160,7 @@ install_find_pkgs()
unset IFS
printf '%s' '---' >&${cert_fd}
fclose ${cert_fd}
+ printf 'option check_signature 1\n\n' >&${opkg_conf_fd}
dl_func=feed_download_cert
else
dl_func=feed_download