make sure add-apt-repository command is available for ubuntu installations
This commit is contained in:
@@ -121,6 +121,7 @@ deb:
|
|||||||
- nfs-common
|
- nfs-common
|
||||||
- cifs-utils
|
- cifs-utils
|
||||||
- gnupg (debian 10)
|
- gnupg (debian 10)
|
||||||
|
- software-properties-common (ubuntu)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Plugins
|
#### Plugins
|
||||||
|
@@ -213,6 +213,7 @@ 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"
|
||||||
|
runcmd "apt-get install -y software-properties-common"
|
||||||
runcmd "add-apt-repository -y universe"
|
runcmd "add-apt-repository -y universe"
|
||||||
printok "OS Ubuntu so making sure universe repository is enabled"
|
printok "OS Ubuntu so making sure universe repository is enabled"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user