This commit is contained in:
2023-08-19 17:52:18 -05:00
parent 636951bf91
commit d11e57f8e3

View File

@@ -9,7 +9,7 @@ if [[ ! -f /etc/apt/apt.conf.d/local ]] ; then
fi
# update bookworm to new debian.sources file
if [[ -f /etc/apt/sources.list ]] ; then
if [[ -f /etc/apt/sources.list.d/debian.sources ]] ; then
isInFile=$(cat /etc/apt/sources.list | grep -c "bullseye")
if [ $isInFile -eq 0 ]; then
mkdir /etc/apt/mirrors > /dev/null 2>&1