Skip to content
Snippets Groups Projects
Commit 9b31dd2d authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

00-update: There is no need for so many "echo" lines

parent 9564fb5e
No related branches found
No related tags found
No related merge requests found
......@@ -56,26 +56,20 @@ else
echo "deb http://$LEHOST educ main" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/le-repos.list
fi
echo "deb http://$LEHOST $LEMIRROR main" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/le-repos.list
echo "deb http://archive.canonical.com/ lucid partner" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/java-repos.list
echo "deb http://br.archive.ubuntu.com/ubuntu/ quantal main restricted" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
echo "deb-src http://br.archive.ubuntu.com/ubuntu/ quantal main restricted" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
echo "deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
echo "deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
echo "deb http://br.archive.ubuntu.com/ubuntu/ quantal universe" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
echo "deb-src http://br.archive.ubuntu.com/ubuntu/ quantal universe" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
echo "deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe" \
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
echo "deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe" \
echo "deb http://br.archive.ubuntu.com/ubuntu/ quantal main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal main restricted
deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb http://br.archive.ubuntu.com/ubuntu/ quantal universe
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal universe
deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe"
>> "$CHROOTDIR"/etc/apt/sources.list.d/quantal-repos.list
chroot "$CHROOTDIR" wget http://windu.c3sl.ufpr.br/le/public.key -O /dev/stdout \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment