Skip to content

Commit 4b3c564

Browse files
authored
Update index.js (#9)
Added permission to execut
1 parent 43c2295 commit 4b3c564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function dep() {
4646

4747
if (!dep) {
4848
execa.commandSync('curl -LO https://deployer.org/deployer.phar')
49+
execa.commandSync('sudo chmod +x deployer.phar')
4950
dep = 'deployer.phar'
5051
}
5152

0 commit comments

Comments
 (0)