We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b0dc1 commit 597d117Copy full SHA for 597d117
1 file changed
src/upgrade.sh
@@ -504,6 +504,17 @@ EOF
504
judge "Upgrade from 1.1.8 to 1.1.9 completed"
505
}
506
507
+function upgrade_119_to_1110() {
508
+ print_ok "Upgrading from 1.1.9 to 1.1.10..."
509
+
510
+ print_ok "Reinstalling printer-driver-all to ensure all drivers are present"
511
+ sudo apt remove -y printer-driver-all || true
512
+ sudo apt install printer-driver-all -y # With recommends this time. Because only this way it installs the actual drivers
513
+ judge "Reinstall printer-driver-all"
514
515
+ judge "Upgrade from 1.1.9 to 1.1.10 completed"
516
+}
517
518
function applyLsbRelease() {
519
520
# Update /etc/os-release
0 commit comments