Skip to content

Commit

Permalink
Merge pull request #4 from discorgento/feature/composer-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanaxe committed May 31, 2023
2 parents 3989173 + edc5f64 commit 996f30f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devilbox/autostart/autostart.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#! /bin/bash

#composer
composer self-update --2.2

#magento-cache-clean
composer-2 global require --dev mage2tv/magento-cache-clean \
&& mv /root/.composer /home/devilbox/.composer \
&& sudo chown -R devilbox /home/devilbox/.composer
Expand All @@ -9,4 +12,4 @@ composer-2 global require --dev mage2tv/magento-cache-clean \
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/

0 comments on commit 996f30f

Please sign in to comment.