Version 1.0 #14
@ -21,6 +21,10 @@ mod wrappers;
|
|||||||
fn main() {
|
fn main() {
|
||||||
println!("{}", copyright_notice());
|
println!("{}", copyright_notice());
|
||||||
|
|
||||||
|
update();
|
||||||
|
}
|
||||||
|
|
||||||
|
fn update() {
|
||||||
if let Err(e) = pacman::check() {
|
if let Err(e) = pacman::check() {
|
||||||
error_println(e.to_string());
|
error_println(e.to_string());
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user