Remove duplicate docker pull/sigverify logic from so-features-enable; Provide current SO version to curl

This commit is contained in:
Jason Ertel
2020-11-14 10:35:45 -05:00
parent 13c261178a
commit 1c079f7ff4
3 changed files with 32 additions and 67 deletions

View File

@@ -15,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
IMAGEREPO=securityonion
# Check for prerequisites
if [ "$(id -u)" -ne 0 ]; then
echo "This script must be run using sudo!"