Skip to content

Commit

Permalink
fix more
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 8, 2024
1 parent 4c0d671 commit 02d84d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl SimpleComponent for ProgressModel {
"pre_run",
vec![
"sudo apt-get update",
"TERM=linux pacstall -PU pacstall master",
"sudo sed -i 's/ignore_stack=false/ignore_stack=true/g' /usr/bin/pacstall && TERM=linux pacstall -U pacstall master",
],
);

Expand Down

0 comments on commit 02d84d0

Please sign in to comment.