Version 1.0 #14

Merged
luke merged 2 commits from development into main 2024-05-08 00:12:22 +00:00
Showing only changes of commit 9215820374 - Show all commits

View File

@ -21,6 +21,10 @@ mod wrappers;
fn main() {
println!("{}", copyright_notice());
update();
}
fn update() {
if let Err(e) = pacman::check() {
error_println(e.to_string());
return;