Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Aug 4, 2024
1 parent 7c0030b commit d1fa56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/repackage_graalpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ "${ARCH}" == "x86_64" ]]; then
fi

if [[ "${PLATFORM}" == "linux" ]]; then
apt update && apt -y install zip python3
apt update && apt -y install zip python3 curl
fi

WORKDIR=$(pwd)
Expand Down

0 comments on commit d1fa56c

Please sign in to comment.