Removed console spam
This commit is contained in:
parent
7b203572ad
commit
39a2172f67
1 changed files with 0 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue