From 17001d2dada290783b7cb752f9b9bad9230ecbfb Mon Sep 17 00:00:00 2001 From: Override-6 Date: Sun, 4 Dec 2022 21:57:10 +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 0e14627..a130633 100755 --- a/drone/deliver.sh +++ b/drone/deliver.sh @@ -40,7 +40,7 @@ esac #install cordova -(apk add npm || apt install npm) &> /dev/null +( (apk update && apk add npm) || (apt update && apt install npm) ) npm install -g cordova cordova platform add "$TYPE"