From 4fbc7e52ca0f84d434b46077b700965cdf62e256 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Wed, 17 Apr 2019 01:15:58 -0400
Subject: install_find_pkgs(): Enable sig checks in opkg.conf

---
(limited to 'src')

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
--
cgit v0.9.1