Skip to content

Commit a3b71e6

Browse files
committed
remove curl check
1 parent 87e4e46 commit a3b71e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

get.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
# set -x
33
set -eo pipefail
44

5-
if ! [ -x "$(command -v curl)" ]; then
6-
echo 'Error: curl is not installed.' >&2
7-
exit 1
8-
fi
9-
105
if ! [ -x "$(command -v tar)" ]; then
116
echo 'Error: curl is not installed.' >&2
127
exit 1

0 commit comments

Comments
 (0)