Multiverse cleanup prep

This commit is contained in:
Dustin B 2018-07-31 17:25:19 -04:00 committed by GitHub
parent 6aa162aaaa
commit c07119107c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,5 @@
#!/bin/bash
#Repository add - confirm required repoistor(ies) are enabled and active, update and upgrade no matter what
add-apt-repository multiverse
sudo apt update
sudo apt upgrade
# Check if we were effectively run as root
[ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }