unboud moved from tools to install file + .

This commit is contained in:
Francois B 2018-03-21 08:31:17 +01:00
parent e4015c6cef
commit eb88aae149
2 changed files with 27 additions and 29 deletions

View file

@ -909,4 +909,19 @@ function installTeamViewer13 () {
function installTeamViewer13Menu () {
installPackageDpkg https://download.teamviewer.com/download/linux/teamviewer_amd64.deb \
teamviewer13.deb
}
#
# install/enable Unboud (headless)
#
function enableUnbound () {
msg "Installing Unbound"
installAppsFromList unbound
}
#
# install/enable Unboud (Menu)
#
function enableUnboundMenu () {
installAppsFromListMenu unbound
}