You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--msgbox "Modern deb822 sources (*.sources) already exist.\n\nNo changes to sources format required.\n\nYou may still have legacy sources.list or .list files, which you can disable in the next step." 12 65
192
+
--msgbox "Modern deb822 sources (*.sources) already exist.\n\nNo changes to sources format required.\n\nYou may still have legacy sources.list or .list files, which you can disable in the next step." 12 65||true
193
193
else
194
194
check_and_disable_legacy_sources() {
195
195
local LEGACY_COUNT=0
196
196
local listfile="/etc/apt/sources.list"
197
197
198
198
# Check sources.list
199
199
if [[ -f"$listfile" ]] && grep -qE '^\s*deb '"$listfile";then
0 commit comments