fixed install script order
This commit is contained in:
parent
9d67e2decc
commit
00fd8542c3
@ -59,14 +59,6 @@ wget https://git.nickyeoman.com/nick/symfony/raw/branch/main/twig/twig.yaml
|
|||||||
mv twig.yaml config/packages/twig.yaml
|
mv twig.yaml config/packages/twig.yaml
|
||||||
echo "Your twig.yaml config file has been replaced, remove the bak if you are happy."
|
echo "Your twig.yaml config file has been replaced, remove the bak if you are happy."
|
||||||
|
|
||||||
################################################################################
|
|
||||||
# Routes
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
mv config/routes/routes.yaml config/routes/routes.yaml.bak
|
|
||||||
wget https://git.nickyeoman.com/nick/symfony/raw/branch/main/routes/routes.yaml
|
|
||||||
mv routes.yaml config/routes/routes.yaml
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# SASS
|
# SASS
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -158,6 +150,15 @@ wget https://raw.githubusercontent.com/nickyeoman/phpframework/main/docker/docke
|
|||||||
echo "Creating a Dockerfile"
|
echo "Creating a Dockerfile"
|
||||||
wget https://raw.githubusercontent.com/nickyeoman/phpframework/main/docker/Dockerfile
|
wget https://raw.githubusercontent.com/nickyeoman/phpframework/main/docker/Dockerfile
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# Routes
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
mv config/routes/routes.yaml config/routes/routes.yaml.bak
|
||||||
|
wget https://git.nickyeoman.com/nick/symfony/raw/branch/main/routes/routes.yaml
|
||||||
|
mv routes.yaml config/routes/routes.yaml
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Clean up
|
# Clean up
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Reference in New Issue
Block a user