Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Merge c5e21c2 into deb2e01
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Jan 23, 2021
2 parents deb2e01 + c5e21c2 commit 70ed284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/setup
Expand Up @@ -19,8 +19,8 @@ bin/rootnotty chown -R app.app /var/www/html
bin/rootnotty chmod +x bin/magento

echo "Downloading magerun..."
bin/root curl -o /var/www/html/magerun2.phar https://files.magerun.net/n98-magerun2-latest.phar
bin/rootnotty chmod +x /var/www/html/magerun2.phar
bin/root curl -o /var/www/html/bin/magerun2.phar https://files.magerun.net/n98-magerun2-latest.phar
bin/rootnotty chmod +x /var/www/html/bin/magerun2.phar

echo "Forcing reinstall of composer deps to ensure perms & reqs..."
bin/clinotty composer global require hirak/prestissimo
Expand Down

0 comments on commit 70ed284

Please sign in to comment.