diff options
author | Patrick 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) |
commit | 4fbc7e52ca0f84d434b46077b700965cdf62e256 (patch) | |
tree | bb016d960fb77b17e3b9193a8276af05873e5e15 | |
parent | e3b6f6490c70180a850302318da50f901759b225 (diff) |
install_find_pkgs(): Enable sig checks in opkg.conf
-rw-r--r-- | src/install.sh | 1 |
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 |