From 7c7eb82abd1c6f65bcbb3befb2d3d1babfa7e7a7 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 22 Nov 2018 16:25:26 +0100 Subject: [PATCH] Add universer repository for Debian/Ubuntu --- auto-MISP-ubuntu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 auto-MISP-ubuntu.sh diff --git a/auto-MISP-ubuntu.sh b/auto-MISP-ubuntu.sh old mode 100644 new mode 100755 index 3e5cc29..c619736 --- a/auto-MISP-ubuntu.sh +++ b/auto-MISP-ubuntu.sh @@ -115,6 +115,8 @@ fi #this is a nice little hack I found in stack exchange to suppress messages during package installation. export DEBIAN_FRONTEND=noninteractive +# Add Universe repository +add-apt-repository universe # System updates print_status "Performing apt-get update and upgrade (May take a while if this is a fresh install).." @@ -447,4 +449,4 @@ print_notification "Obviously, you'll want to change this upon login." print_notification "Consider deleting this script after execution! It contains your mysql root user password and misp mysql user password! Save those passwords, delete this script!" print_notification "Please note that if you require MISP to be able to send e-mail, Postfix and GPG configuration has been left as an exercise to the user. Commands for generating a GPG key for the MISP instance have been commented out at lines 356-358 if you wish to use them." -exit 0 \ No newline at end of file +exit 0