Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: composer not found
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Feb 3, 2019
1 parent 9e2bafe commit cb95a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pu-239 Installer
==============

A simple bash script to install Pu-239, Percona XtraDB 8.0 or MariaDB 10.3, PHP7.2-FPM or PHP7.3-FPM, nginx and all dependencies.
If chosen, redis, memcached and APCu can be installed.
If chosen, redis, memcached, APCu and GoAccess can be installed.
This script has been tested on Ubuntu 16.04 LTS and Ubuntu 18.84 LTS.

#### Please log in as a non-privileged user, NOT root, to run this script.
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ service php${PHPVER}-fpm restart
service nginx restart
cd $PATHTOINSTALL
chown -R $SUDO_USER:www-data $PATHTOINSTALL
sudo -u $SUDO_USER composer install --no-scripts --no-progress --no-suggest --optimize-autoloader
sudo -u $SUDO_USER $USER_HOME/bin/composer install --no-scripts --no-progress --no-suggest --optimize-autoloader
sudo -u $SUDO_USER npm install
chown -R www-data:www-data $PATHTOINSTALL

Expand Down

0 comments on commit cb95a62

Please sign in to comment.