Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
6d162b22
Commit
6d162b22
authored
May 05, 2021
by
Laurent Lécluse
Browse files
Mauvais positionnement sur le répertoire OSE
parent
94877193
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/install
View file @
6d162b22
...
...
@@ -102,7 +102,7 @@ $od->writeVersion($osedir, $version);
// Récupération de Composer
$c
->
println
(
"
\n
Récupération de l'outil de gestion des dépendances Composer"
,
$c
::
COLOR_LIGHT_CYAN
);
//$c->passthru("cd $osedir;wget https://getcomposer.org/composer-1.phar; mv composer-1.phar composer.phar");
$c
->
passthru
(
"wget https://getcomposer.org/download/1.10.21/composer.phar"
);
$c
->
passthru
(
"
cd
$osedir
;
wget https://getcomposer.org/download/1.10.21/composer.phar"
);
// Récupération des dépendances
$c
->
println
(
"
\n
Chargement des dépendances à l'aide de Composer"
,
$c
::
COLOR_LIGHT_CYAN
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment