mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 08:04:05 +00:00
try to fix permissions
This commit is contained in:
parent
81e939659c
commit
d57689205c
2 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
composer global require laravel/installer
|
||||
~/.composer/vendor/laravel/installer/bin/laravel new --no-interaction --database=sqlite --git src/
|
||||
~/.composer/vendor/laravel/installer/bin/laravel new --no-interaction --force --database=sqlite --git src/
|
||||
|
||||
cd src/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue