Skip to content
Snippets Groups Projects
Commit 6141b2a8 authored by João Gustavo Pauluk's avatar João Gustavo Pauluk
Browse files

le4-escola: Fix libdvdcss2 installation.


Medibuntu, the old libdvdcss2's repository, has been shut down.

Signed-off-by: default avatarJoão Gustavo Pauluk <jgp12@c3sl.ufpr.br>
parent b2bbc978
No related branches found
No related tags found
No related merge requests found
vlc-nox=1.0.6-1ubuntu1.4userful vlc-nox=1.0.6-1ubuntu1.4userful
vlc=1.0.6-1ubuntu1.4userful vlc=1.0.6-1ubuntu1.4userful
libdvdcss2
le-all le-all
le-users le-users
le-edubar le-edubar
......
vlc-nox=1.0.6-1ubuntu1.4userful vlc-nox=1.0.6-1ubuntu1.4userful
vlc=1.0.6-1ubuntu1.4userful vlc=1.0.6-1ubuntu1.4userful
libdvdcss2
le-all le-all
le-users le-users
le-edubar le-edubar
......
...@@ -58,6 +58,15 @@ chroot "$CHROOTDIR" wget http://windu.c3sl.ufpr.br/le/public.key -O /dev/stdout ...@@ -58,6 +58,15 @@ chroot "$CHROOTDIR" wget http://windu.c3sl.ufpr.br/le/public.key -O /dev/stdout
> "$TMP/windu.key" > "$TMP/windu.key"
chroot "$CHROOTDIR" apt-key add - < "$TMP/windu.key" chroot "$CHROOTDIR" apt-key add - < "$TMP/windu.key"
# Videolan repositories
echo 'deb http://download.videolan.org/pub/debian/stable/ /
deb-src http://download.videolan.org/pub/debian/stable/ /' \
>> "$CHROOTDIR/etc/apt/sources.list.d/videolan-repos.list"
chroot "$CHROOTDIR" wget http://download.videolan.org/pub/debian/videolan-apt.asc -O /dev/stdout \
> "$TMP/videolan.asc"
chroot "$CHROOTDIR" apt-key add - < "$TMP/videolan.asc"
# Changes distro # Changes distro
chroot "$CHROOTDIR" apt-get -y --force-yes update chroot "$CHROOTDIR" apt-get -y --force-yes update
......
...@@ -124,9 +124,6 @@ cp -f "$TEMPLATES"/kdm/* "$CHROOTDIR"/etc/kde4/kdm/ ...@@ -124,9 +124,6 @@ cp -f "$TEMPLATES"/kdm/* "$CHROOTDIR"/etc/kde4/kdm/
# removes Kubuntu Autorun # removes Kubuntu Autorun
rm -rf "$CDDIR"/wubi.exe "$CDDIR"/autorun.inf rm -rf "$CDDIR"/wubi.exe "$CDDIR"/autorun.inf
# run the script to download and install libdvdcss2
"$CHROOTDIR"/usr/share/doc/libdvdread4/install-css.sh
# Turn off acpi for light version # Turn off acpi for light version
if [ "$1" != "le4/light" ]; then if [ "$1" != "le4/light" ]; then
echo "ACPI OFF" echo "ACPI OFF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment