Update index.js (#9)

Added permission to execut
This commit is contained in:
taqie 2021-04-14 20:04:09 +02:00 committed by GitHub
parent 43c2295b74
commit 4b3c564869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'
}