Skip to content

Commit

Permalink
fix: PR feedback, don't need to install twice for custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Beanow committed Nov 19, 2023
1 parent ede115c commit 8d55b05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linux/ubuntu/scripts/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ case "$(uname -m)" in
go
js
dotnet
yq
)
;;
'x86_64')
Expand All @@ -54,7 +53,6 @@ case "$(uname -m)" in
rust
vcpkg
dotnet
yq
)
;;
*) exit 1 ;;
Expand Down

0 comments on commit 8d55b05

Please sign in to comment.