Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
don't crash on locked databases
Browse files Browse the repository at this point in the history
reujab committed Jul 24, 2017
1 parent 0695d47 commit 0713e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packagesd/main.go
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ func getPackages() {

func queryPacaur() {
// update pacman databases
check(exec.Command("pacman", "-Syy").Run())
_ = exec.Command("pacman", "-Syy").Run()

// count packages with available updates
cmd := exec.Command("pacaur", "-Qu")

0 comments on commit 0713e98

Please sign in to comment.