scripts/packages-fetch: quote output string during fetch step

This commit is contained in:
Ryan Heywood 2023-11-08 15:55:25 -05:00
parent a2315fdbc8
commit 64cbb63e1d
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -e
ARCH=$(uname -m) ARCH=$(uname -m)
echo ARCHIVE_SOURCES -> $ARCHIVE_SOURCES echo "ARCHIVE_SOURCES=$ARCHIVE_SOURCES"
if [[ "${ARCHIVE_SOURCES}" == "true" ]]; then if [[ "${ARCHIVE_SOURCES}" == "true" ]]; then
rm /etc/apt/sources.list.d/* rm /etc/apt/sources.list.d/*
cp /config/apt-sources-x86_64.list /etc/apt/sources.list cp /config/apt-sources-x86_64.list /etc/apt/sources.list