mirror of
https://github.com/getgrav/grav.git
synced 2026-03-02 10:31:41 +01:00
@@ -47,8 +47,8 @@ final class Install
|
||||
'grav' => [
|
||||
'name' => 'Grav',
|
||||
'versions' => [
|
||||
'1.6' => '1.6.0',
|
||||
'' => '1.6.28'
|
||||
'1.7' => '1.7.50',
|
||||
'' => '1.7.50'
|
||||
]
|
||||
],
|
||||
'plugins' => [
|
||||
@@ -171,11 +171,11 @@ final class Install
|
||||
if (\defined('GRAV_CLI') && GRAV_CLI) {
|
||||
$errors = "\n\n" . strip_tags($errors) . "\n\n";
|
||||
$errors .= <<<ERR
|
||||
Please install Grav 1.6.31 first by running following commands:
|
||||
Please install Grav 1.7.50 first by running following commands:
|
||||
|
||||
wget -q https://getgrav.org/download/core/grav-update/1.6.31 -O tmp/grav-update-v1.6.31.zip
|
||||
bin/gpm direct-install -y tmp/grav-update-v1.6.31.zip
|
||||
rm tmp/grav-update.zip
|
||||
wget -q https://getgrav.org/download/core/grav-update/1.7.50 -O tmp/grav-update-v1.7.50.zip
|
||||
bin/gpm direct-install -y tmp/grav-update-v1.7.50.zip
|
||||
rm tmp/grav-update-v1.7.50.zip
|
||||
ERR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user