Minor Change
This commit is contained in:
parent
5a0f0dc335
commit
685109ec7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue