Skip to content

Commit

Permalink
Update autostart.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatan authored Feb 18, 2021
1 parent f97a68d commit d46df2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devilbox/autostart/autostart.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#! /bin/bash

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

#n98
#n98 global
wget https://files.magerun.net/n98-magerun2.phar \
&& chmod +x ./n98-magerun2.phar \
&& mv ./n98-magerun2.phar /usr/local/bin/

0 comments on commit d46df2d

Please sign in to comment.