From d9ca0c48477aa28f2d9f5190844ed73b046ccfc3 Mon Sep 17 00:00:00 2001 From: Francois B Date: Wed, 21 Mar 2018 08:05:00 +0100 Subject: [PATCH] small bug fixed about filename --- install_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_functions.sh b/install_functions.sh index 737cb54..1da3126 100644 --- a/install_functions.sh +++ b/install_functions.sh @@ -914,7 +914,7 @@ function installCADMenu () { function installTeamViewer13 () { msg "Install Teamviewer 13" installPackageDpkg https://download.teamviewer.com/download/linux/teamviewer_amd64.deb \ - teamviewer12.deb + teamviewer13.deb } # @@ -922,7 +922,7 @@ function installTeamViewer13 () { # function installTeamViewer13Menu () { installPackageDpkg https://download.teamviewer.com/download/linux/teamviewer_amd64.deb \ - teamviewer12.deb + teamviewer13.deb } #