Compare commits

..

No commits in common. "ryan/fix-true-file-created" and "main" have entirely different histories.

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