diff options
author | Joerg Schirottke <master@kanotix.com> | 2016-04-15 19:59:17 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2016-04-15 21:33:47 +0200 |
commit | c527823ce4ecdf05691995c93901987db78b61d8 (patch) | |
tree | 4cdef2c329fadbe21422547bb8b195388e62d479 /config/chroot_local-includes | |
parent | cebfa0acd0b54882af14675eb52854ca959079db (diff) | |
download | kanotix-c527823ce4ecdf05691995c93901987db78b61d8.zip kanotix-c527823ce4ecdf05691995c93901987db78b61d8.tar.gz |
add vivaldi support
Diffstat (limited to 'config/chroot_local-includes')
-rwxr-xr-x | config/chroot_local-includes/lib/live/config/9010-hotfixes | 9 |
1 files changed, 9 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 ad85bbb..02b6a8f 100755 --- a/config/chroot_local-includes/lib/live/config/9010-hotfixes +++ b/config/chroot_local-includes/lib/live/config/9010-hotfixes @@ -78,6 +78,15 @@ deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam EOT fi +# vivaldi hack +if [ -x /var/lib/dpkg/info/vivaldi.postinst ]; then +cat <<EOT >/etc/apt/sources.list.d/vivaldi.list +### THIS FILE IS AUTOMATICALLY CONFIGURED ### +# You may comment out this entry, but any other modifications may be lost. +deb http://repo.vivaldi.com/stable/deb/ stable main +EOT +fi + # reconfigure console-setup rm -f /etc/default/console-setup . /etc/default/locale |