unboud moved from tools to install file + .
This commit is contained in:
parent
e4015c6cef
commit
eb88aae149
2 changed files with 27 additions and 29 deletions
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue