Removed console spam

This commit is contained in:
Andrew Schott 2024-10-07 11:38:06 -05:00
parent 7b203572ad
commit 39a2172f67

View file

@ -313,15 +313,6 @@ fn update_zypper() {
}
fn update_all() {
// Tell user that we are going to start the update procedure
cprintln!("<bold><rev>osupdater: osupdater v{} written by Andrew Schott andrew@schotty.com </rev></bold>\n",&VERSION);
cprintln!("<bold><rev>osupdater: This tool will locate and run any package/container managers on your system.</rev></bold>\n");
cprintln!("<bold><rev>osupdater: This tool will alphabetically iterate thru your:</rev></bold>\n");
cprintln!("<bold><rev>osupdater: * package managers</rev></bold>\n");
cprintln!("<bold><rev>osupdater: * application sandboxes</rev></bold>\n");
cprintln!("<bold><rev>osupdater: * containers</rev></bold>\n");
cprintln!("<bold><rev>---------------------------------------------------------------------------------------</rev></bold>\n");
// Check package managers
cprintln!("<bold><rev>osupdater: Looking for native package managers.</rev></bold>\n");
update_apt();