Skip to content

Commit

Permalink
added more default buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
insertokname committed Jul 15, 2024
1 parent 6d08fef commit 59ba46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn init_depy() -> Result<(), Box<dyn std::error::Error>> {
dir::init_depy_dir();

let cmd_output = match run_cmd_in_depy_dir(
"scoop bucket add main & scoop update & scoop config scoop_branch develop",
"scoop bucket add main & scoop bucket add versions & scoop bucket add extras & scoop update & scoop config scoop_branch develop",
) {
Ok(cmd_output) => cmd_output,
Err(err) => {
Expand Down

0 comments on commit 59ba46c

Please sign in to comment.