Merge pull request #82 from maxcerny/patch-1

This commit is contained in:
Roni Väyrynen
2021-06-05 11:01:29 +03:00
committed by GitHub

View File

@@ -202,8 +202,8 @@ function InstallDependenciesDeb {
if [[ $OSNAME == "Ubuntu" ]]; then if [[ $OSNAME == "Ubuntu" ]]; then
echo echo
printprog "OS Ubuntu so making sure universe repository is enabled" printprog "OS Ubuntu so making sure universe repository is enabled"
cmdlog "add-apt-repository universe" cmdlog "add-apt-repository -y universe"
add-apt-repository universe >>$LOGFILE 2>&1 add-apt-repository -y universe >>$LOGFILE 2>&1
printok "OS Ubuntu so making sure universe repository is enabled" printok "OS Ubuntu so making sure universe repository is enabled"
fi fi