We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e4e46 commit a3b71e6Copy full SHA for a3b71e6
get.sh
@@ -2,11 +2,6 @@
2
# set -x
3
set -eo pipefail
4
5
-if ! [ -x "$(command -v curl)" ]; then
6
- echo 'Error: curl is not installed.' >&2
7
- exit 1
8
-fi
9
-
10
if ! [ -x "$(command -v tar)" ]; then
11
echo 'Error: curl is not installed.' >&2
12
exit 1
0 commit comments