Skip to content

Commit efc9257

Browse files
committed
trixie: Fix last echo
1 parent 44e32a1 commit efc9257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trixie

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,8 @@ function boring_workarounds() {
562562
chattr -i /etc/resolv.conf 2>/dev/null || true
563563

564564
# Done
565-
printf "$resetline $bold${green}Done$normal"
565+
printf "$resetline $bold${green}Done!$normal"
566+
echo
566567
}
567568

568569
function setup_package_source() {

0 commit comments

Comments
 (0)