apt-setup: yet another fix on finish-install.d

This commit is contained in:
Luis Guzmán 2025-08-27 21:24:44 -06:00
parent c6b9260780
commit b0b9f1a548
4 changed files with 19 additions and 12 deletions

View file

@ -12,7 +12,7 @@ SAVETO="$ROOT/etc/apt/sources.list.new"
if ls "$SD"/*.sources >/dev/null 2>&1; then
MSG="# Trisquel sources have moved to /etc/apt/sources.list.d/trisquel.sources"
: > "$SAVETO"
printf '%s\n' "$MSG" > "$file" # lo que verify appenderá
printf '%s\n' "$MSG" > "$file"
fi
exit 0