Skip to content

Commit

Permalink
fix: Change shell execution to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
moraesjeremias authored and QEDK committed Jun 8, 2024
1 parent b35294f commit 2bfa780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const lc = async (options: {
upgrade: boolean,
}): Promise<void> => {
try {
let cmd = `curl -sL1 avail.sh | sh -s --`
let cmd = `curl -sL1 avail.sh | bash -s --`
if (typeof (options.config) !== 'undefined') {
cmd = cmd.concat(` --config ${options.config}`)
} else {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bfa780

Please sign in to comment.