From d9732ed6a080927b9365aace597ab2d8c6105ef6 Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 4 Dec 2022 22:20:39 +0100 Subject: [PATCH] updated ci scripts --- drone/deliver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone/deliver.sh b/drone/deliver.sh index 8be2a39..412a8e7 100755 --- a/drone/deliver.sh +++ b/drone/deliver.sh @@ -40,7 +40,7 @@ esac #install cordova -( (apk update && apk add npm) || (apt update && apt install npm -y) ) +( (apk update && apk add npm) || (apt update && apt install npm -y) ) > /dev/null npm install -g cordova cordova platform add "$TYPE"