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

This commit is contained in:
RyanSquared 2023-11-08 15:50:51 -05:00
parent a2315fdbc8
commit 39da5b5fe9
Signed by untrusted user who does not match committer: 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)
echo ARCHIVE_SOURCES -> $ARCHIVE_SOURCES
echo "ARCHIVE_SOURCES=$ARCHIVE_SOURCES"
if [[ "${ARCHIVE_SOURCES}" == "true" ]]; then
rm /etc/apt/sources.list.d/*
cp /config/apt-sources-x86_64.list /etc/apt/sources.list