From d11e57f8e3bc237dbf60d49dea528d635d520b28 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 19 Aug 2023 17:52:18 -0500 Subject: [PATCH] testing --- files/bashscripts/debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bashscripts/debian/debian-essentials.sh b/files/bashscripts/debian/debian-essentials.sh index cd7b1a7..a4fff18 100755 --- a/files/bashscripts/debian/debian-essentials.sh +++ b/files/bashscripts/debian/debian-essentials.sh @@ -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