mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Fix 0.7 installation
Setting the script to use composer version 1.10.16 on 0.7 Pterodactyl installation
This commit is contained in:
parent
ebb37fb3bd
commit
3debf707c6
@ -739,7 +739,11 @@ install_pterodactyl() {
|
|||||||
chmod -R 755 storage/* bootstrap/cache/
|
chmod -R 755 storage/* bootstrap/cache/
|
||||||
|
|
||||||
output "Installing Pterodactyl..."
|
output "Installing Pterodactyl..."
|
||||||
|
if [ "$installoption" = "2" ] || [ "$installoption" = "6" ]; then
|
||||||
|
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer --version=1.10.16
|
||||||
|
else
|
||||||
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
|
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
|
||||||
|
fi
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
/usr/local/bin/composer install --no-dev --optimize-autoloader
|
/usr/local/bin/composer install --no-dev --optimize-autoloader
|
||||||
php artisan key:generate --force
|
php artisan key:generate --force
|
||||||
|
Loading…
Reference in New Issue
Block a user