Minor Change

This commit is contained in:
earnolmartin 2022-04-20 12:24:43 -06:00
parent 5a0f0dc335
commit 685109ec7e

View file

@ -195,7 +195,7 @@ function checkDistro() {
function installInitialPrereqs(){
if [ "$distro" == "ubuntu" ]; then
add-apt-repository universe
add-apt-repository -y universe
fi
apt-get update