Update index.js

Added permission to execut
This commit is contained in:
taqie 2021-03-12 00:29:57 +01:00 committed by GitHub
parent 43c2295b74
commit a1ed2d483e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ function dep() {
if (!dep) { if (!dep) {
execa.commandSync('curl -LO https://deployer.org/deployer.phar') execa.commandSync('curl -LO https://deployer.org/deployer.phar')
execa.commandSync('sudo chmod +x deployer.phar')
dep = 'deployer.phar' dep = 'deployer.phar'
} }