From f271b4f9442675190c0e41e18af16faf3e73a61b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 22 Jul 2024 18:34:28 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- cups/printers.conf | 2 +- cups/printers.conf.O | 2 +- nala/nala.conf | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cups/printers.conf b/cups/printers.conf index 63bbba4..680551d 100644 --- a/cups/printers.conf +++ b/cups/printers.conf @@ -33,7 +33,7 @@ Location Arbeitszimmer MakeModel HP Color LaserJet Pro MFP M277 Postscript (recommended) DeviceURI dnssd://HP%20Color%20LaserJet%20MFP%20M277dw%20(28CAA8)._ipp._tcp.local/?uuid=564e4238-4b34-3044-4a46-3c528228caa8 State Idle -StateTime 1720680771 +StateTime 1721647669 ConfigTime 1660637240 Reason wifi-not-configured-report Reason toner-low-warning diff --git a/cups/printers.conf.O b/cups/printers.conf.O index 859ee8e..8ad2974 100644 --- a/cups/printers.conf.O +++ b/cups/printers.conf.O @@ -33,7 +33,7 @@ Location Arbeitszimmer MakeModel HP Color LaserJet Pro MFP M277 Postscript (recommended) DeviceURI dnssd://HP%20Color%20LaserJet%20MFP%20M277dw%20(28CAA8)._ipp._tcp.local/?uuid=564e4238-4b34-3044-4a46-3c528228caa8 State Idle -StateTime 1720680733 +StateTime 1721647622 ConfigTime 1660637240 Reason wifi-not-configured-report Reason toner-low-warning diff --git a/nala/nala.conf b/nala/nala.conf index d019f71..4de5a4a 100644 --- a/nala/nala.conf +++ b/nala/nala.conf @@ -12,10 +12,12 @@ auto_remove = true # Set to false to disable auto updating the package list # when running the upgrade command -auto_update = true +# auto_update = true +auto_update = false # Set to true to make full-upgrade the default -full_upgrade = false +# full_upgrade = false +full_upgrade = true # Set to true Nala will list the upgradable packages automatically after `update` update_show_packages = false -- 2.39.5