summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2017-02-25 11:36:45 +0100
committerHolger Paradies <retabell@gmx.de>2017-02-25 12:35:18 +0100
commitb9dd3f3c80cbb56e1e8a812a1579812791687b0c (patch)
treebbe5f95840acb758a4599ae299162ca9c3cbc264 /config/chroot_local-hooks
parentd2597d7cda4fe45b14344f1aac341afc339215f4 (diff)
downloadkanotix-b9dd3f3c80cbb56e1e8a812a1579812791687b0c.zip
kanotix-b9dd3f3c80cbb56e1e8a812a1579812791687b0c.tar.gz
fix: update teamviewer url
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/teamviewer2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/teamviewer b/config/chroot_local-hooks/teamviewer
index b0d6267..0213d4b 100755
--- a/config/chroot_local-hooks/teamviewer
+++ b/config/chroot_local-hooks/teamviewer
@@ -2,7 +2,7 @@
for file in /root/config/*; do [ -r $file ] && . $file; done
echo "$LB_PACKAGE_LISTS" | grep -qw teamviewer || exit 0
TMP=$(mktemp -d /tmp/teamviewer.XXXXXX)
-wget -NP $TMP "http://www.teamviewer.com/download/teamviewer_linux.deb"
+wget -NP $TMP http://download.teamviewer.com/download/teamviewer_i386.deb
dpkg -i $TMP/*.deb
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -f -y install