1
0
mirror of synced 2026-02-24 15:37:48 +00:00

Remove white-space and comment differences between common/20-setup-apt and debian/20-setup-apt

This commit is contained in:
Axel Beckert
2012-06-04 18:39:31 +02:00
parent 28e10bc384
commit b3c834935a
2 changed files with 3 additions and 5 deletions

View File

@@ -1,14 +1,13 @@
#!/bin/sh
#
# This script sets up the /etc/apt/sources.list for APT.
# This script sets up the /etc/apt/sources.list for APT, and it disables
# TLS where appropriate.
#
# Steve
# --
#
prefix=$1

View File

@@ -5,7 +5,7 @@
#
# Steve
# --
# http://www.steve.org.uk/
#
prefix=$1
@@ -91,7 +91,6 @@ fi
chroot ${prefix} /usr/bin/apt-get update
#
# For sid or etch systems we install libc6-xen
#