make sure add-apt-repository command is available for ubuntu installations
This commit is contained in:
@@ -121,6 +121,7 @@ deb:
|
||||
- nfs-common
|
||||
- cifs-utils
|
||||
- gnupg (debian 10)
|
||||
- software-properties-common (ubuntu)
|
||||
```
|
||||
|
||||
#### Plugins
|
||||
|
@@ -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