Skip to content

Commit b09c3f5

Browse files
committed
updating composer install
1 parent b78a41d commit b09c3f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@
7373
"chmod +x t3"
7474
],
7575
"phar:install": [
76-
"touch /usr/local/bin/t3",
7776
"rm -rf /usr/local/bin/t3 || true",
78-
"ln -s `realpath ./t3` /usr/local/bin/t3"
77+
"mv ./t3 /usr/local/bin/t3"
7978
],
8079
"phar:update": [
8180
"@phar:build",

0 commit comments

Comments
 (0)