Skip to content

Commit

Permalink
Update autostart.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanaxe committed Dec 27, 2022
1 parent 4314125 commit 620511f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions devilbox/autostart/autostart.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#! /bin/bash

#n98
curl -O https://files.magerun.net/n98-magerun2.phar \
curl -L -o n98-magerun2.phar https://files.magerun.net/n98-magerun2.phar \
&& chmod +x ./n98-magerun2.phar \
&& mv ./n98-magerun2.phar /usr/local/bin/

#composer
composer-2 global require --dev mage2tv/magento-cache-clean \
&& mv /root/.composer /home/devilbox/.composer \
&& sudo chown -R devilbox /home/devilbox/.composer



0 comments on commit 620511f

Please sign in to comment.