We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b7ff8 commit 43dee43Copy full SHA for 43dee43
src/modules/base/start_chroot_script
@@ -12,7 +12,7 @@ export LC_ALL=C
12
source /common.sh
13
install_cleanup_trap
14
if [ -n "${BASE_APT_MIRROR}" ]; then
15
- echo -n "${BASE_APT_MIRROR}" | cat - /etc/apt/sources.list > /tmp/filename.tmp
+ echo "${BASE_APT_MIRROR}" | cat - /etc/apt/sources.list > /tmp/filename.tmp
16
mv /tmp/filename.tmp /etc/apt/sources.list
17
fi
18
0 commit comments