diff options
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 |