make sure add-apt-repository command is available for ubuntu installations
This commit is contained in:
@@ -213,6 +213,7 @@ function InstallDependenciesDeb {
|
||||
if [[ "$OSNAME" == "Ubuntu" ]]; then
|
||||
echo
|
||||
printprog "OS Ubuntu so making sure universe repository is enabled"
|
||||
runcmd "apt-get install -y software-properties-common"
|
||||
runcmd "add-apt-repository -y universe"
|
||||
printok "OS Ubuntu so making sure universe repository is enabled"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user