summaryrefslogtreecommitdiff
path: root/config/chroot_local-includes
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2018-10-29 20:25:01 +0100
committerHolger Paradies <retabell@gmx.de>2018-11-12 19:51:47 +0100
commita62900240efaa87ce30dc85714971b4c54960664 (patch)
treec2d992aa8a2436305397a6824fcfeb5b8a84061d /config/chroot_local-includes
parentfd25908cd2d9352c5568b13fc4cb4281b706efed (diff)
downloadkanotix-a62900240efaa87ce30dc85714971b4c54960664.zip
kanotix-a62900240efaa87ce30dc85714971b4c54960664.tar.gz
remove skype and add skypeforlinux list
Diffstat (limited to 'config/chroot_local-includes')
-rwxr-xr-xconfig/chroot_local-includes/lib/live/config/9010-hotfixes7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/chroot_local-includes/lib/live/config/9010-hotfixes b/config/chroot_local-includes/lib/live/config/9010-hotfixes
index 02b6a8f..9b738cc 100755
--- a/config/chroot_local-includes/lib/live/config/9010-hotfixes
+++ b/config/chroot_local-includes/lib/live/config/9010-hotfixes
@@ -87,6 +87,13 @@ deb http://repo.vivaldi.com/stable/deb/ stable main
EOT
fi
+# skype hack
+if [ -x /opt/skypeforlinux/skypeforlinux ]; then
+cat <<EOT >/etc/apt/sources.list.d/skype-stable.list
+deb [arch=amd64] https://repo.skype.com/deb stable main
+EOT
+fi
+
# reconfigure console-setup
rm -f /etc/default/console-setup
. /etc/default/locale