updated scripts
This commit is contained in:
2
debian/debian-update-sources.sh
vendored
2
debian/debian-update-sources.sh
vendored
@@ -3,7 +3,7 @@
|
||||
# update bookworm to new debian.sources file
|
||||
if [[ -f /etc/apt/sources.list.d/debian.sources ]]
|
||||
then
|
||||
echo "Sources already updated."
|
||||
echo "Bookworm sources already updated."
|
||||
else
|
||||
isInFile=$(cat /etc/apt/sources.list | grep -c "bullseye")
|
||||
if [ $isInFile -eq 0 ]
|
||||
|
||||
Reference in New Issue
Block a user