diff options
Diffstat (limited to 'src')
-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 |