Skip to content

Commit

Permalink
fix: also change install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomio committed Apr 26, 2022
1 parent 9a13c11 commit fac46af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ SUPPORTED_TARGETS="x86_64-unknown-linux-gnu x86_64-unknown-linux-musl \
i686-unknown-linux-musl aarch64-unknown-linux-musl \
arm-unknown-linux-musleabihf x86_64-apple-darwin \
aarch64-apple-darwin x86_64-pc-windows-msvc \
i686-pc-windows-msvc aarch64-pc-windows-msvc \
x86_64-unknown-freebsd"
i686-pc-windows-msvc"

info() {
printf '%s\n' "${BOLD}${GREY}>${NO_COLOR} $*"
Expand Down

0 comments on commit fac46af

Please sign in to comment.