aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.d/11-apt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.d/11-apt.sh')
-rw-r--r--bootstrap.d/11-apt.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.d/11-apt.sh b/bootstrap.d/11-apt.sh
index e70a6e7..56fcc0e 100644
--- a/bootstrap.d/11-apt.sh
+++ b/bootstrap.d/11-apt.sh
@@ -8,7 +8,7 @@
# Use proxy inside chroot
if [ -z "$APT_PROXY" ] ; then
install_readonly files/apt/10proxy $R/etc/apt/apt.conf.d/10proxy
- sed -i -e "s/\"\"/\"${APT_PROXY}\"/" $R/etc/apt/apt.conf.d/10proxy
+ sed -i "s/\"\"/\"${APT_PROXY}\"/" $R/etc/apt/apt.conf.d/10proxy
fi
# Pin package flash-kernel to repositories.collabora.co.uk
@@ -21,8 +21,8 @@ chroot_exec apt-get -qq -y --force-yes install collabora-obs-archive-keyring
# Set up initial sources.list
install_readonly files/apt/sources.list $R/etc/apt/sources.list
-sed -i -e "s/\/ftp.debian.org\//\/${APT_SERVER}\//" $R/etc/apt/sources.list
-sed -i -e "s/ jessie/ ${RELEASE}/" $R/etc/apt/sources.list
+sed -i "s/\/ftp.debian.org\//\/${APT_SERVER}\//" $R/etc/apt/sources.list
+sed -i "s/ jessie/ ${RELEASE}/" $R/etc/apt/sources.list
# Upgrade package index and update all installed packages and changed dependencies
chroot_exec apt-get -qq -y update