testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user