We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd69b93 commit 6a33b44Copy full SHA for 6a33b44
scripts/install.sh
@@ -72,13 +72,10 @@ cd Symfony
72
## For reference, here's a command to replace a substring in a file
73
## cat kourades.sh | sed 's/kourades/skata/g' | tee skata.sh > /dev/null 2>&1
74
75
-cp app/config/parameters.yml.dist app/config/parameters.yml
76
-
77
set +x
78
-cat app/config/parameters.yml | grep -iv "compiler:" > app/config/parameters.yml
+cat app/config/parameters.yml.dist | grep -iv "compiler:" | grep -iv "library:" > app/config/parameters.yml
79
echo " compiler: '$COMPILER_URL'" >> app/config/parameters.yml
80
81
-cat app/config/parameters.yml | grep -v "library:" > app/config/parameters.yml
82
echo " library: '$LIBRARY_URL'" >> app/config/parameters.yml
83
set -x
84
0 commit comments