Commit 55ceff5e authored by Jérôme Charaoui's avatar Jérôme Charaoui 🕯️
Browse files

bullseye upgrade: pause to process df -h output

parent f32d30b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ connection.
        apt update &&
        ( apt -o APT::Get::Trivial-Only=true dist-upgrade || true ) &&
        df -h &&
        read -n1 -s -r -p "Press any key to continue, Ctrl-C to abort." &&
        apt -y -d full-upgrade &&
        apt -y -d upgrade &&
        apt -y -d dist-upgrade &&