Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add universer repository for Debian/Ubuntu #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion auto-MISP-ubuntu.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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).."
Expand Down Expand Up @@ -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
exit 0