update script
This commit is contained in:
@@ -30,8 +30,8 @@ data:
|
||||
fi
|
||||
|
||||
if ! command -v curl 2>&1 >/dev/null; then
|
||||
echo "curl could not be found, installing";
|
||||
apk add --no-cache curl;
|
||||
echo ">> Command curl could not be found, installing";
|
||||
apk add --no-cache -q curl;
|
||||
if [ $? -eq 0 ]; then
|
||||
echo ">> Installation successful"
|
||||
else
|
||||
@@ -42,7 +42,7 @@ data:
|
||||
|
||||
if ! command -v jq 2>&1 >/dev/null; then
|
||||
echo "jq could not be found, installing";
|
||||
apk add --no-cache jq;
|
||||
apk add --no-cache -q jq;
|
||||
if [ $? -eq 0 ]; then
|
||||
echo ">> Installation successful"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user