Skip to content

Commit

Permalink
fix: tabs command issue on pacstall -U
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Brox committed Aug 3, 2024
1 parent 362d1dc commit e30df5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ impl SimpleComponent for ProgressModel {

COMMANDS.write_inner().insert(
"pre_run",
vec!["sudo apt-get update", "sudo pacstall -U pacstall master"],
vec![
"sudo apt-get update",
"TERM=linux pacstall -PU pacstall master",
],
);

let commands = COMMANDS.read_inner();
Expand Down

0 comments on commit e30df5d

Please sign in to comment.