Skip to content

Commit

Permalink
make git/bin agnostic with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Apr 6, 2023
1 parent 032a2be commit 8b41ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ impl SimpleComponent for ProgressModel {
])
.status()
.unwrap();
Command::new("pacstall")
.args(["-PR", "rhino-setup-git"])
Command::new("pkexec")
.args(["sh", "-c", "sudo apt remove -yq rhino-setup",])
.status()
.unwrap();
}
Expand Down

0 comments on commit 8b41ae2

Please sign in to comment.