From 4b3c5648698dd94bc114332f92fc00df18e1dfc0 Mon Sep 17 00:00:00 2001 From: taqie Date: Wed, 14 Apr 2021 20:04:09 +0200 Subject: [PATCH] Update index.js (#9) Added permission to execut --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a36c90b..6c503a6 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,7 @@ function dep() { if (!dep) { execa.commandSync('curl -LO https://deployer.org/deployer.phar') + execa.commandSync('sudo chmod +x deployer.phar') dep = 'deployer.phar' }