Skip to content

Commit

Permalink
updating composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jun 21, 2021
1 parent b78a41d commit b09c3f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@
"chmod +x t3"
],
"phar:install": [
"touch /usr/local/bin/t3",
"rm -rf /usr/local/bin/t3 || true",
"ln -s `realpath ./t3` /usr/local/bin/t3"
"mv ./t3 /usr/local/bin/t3"
],
"phar:update": [
"@phar:build",
Expand Down

0 comments on commit b09c3f5

Please sign in to comment.