fixed install script order

This commit is contained in:
Nick Yeoman 2023-04-10 21:17:03 -07:00
parent 9d67e2decc
commit 00fd8542c3

View File

@ -59,14 +59,6 @@ wget https://git.nickyeoman.com/nick/symfony/raw/branch/main/twig/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."
################################################################################
# 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
################################################################################
@ -158,6 +150,15 @@ wget https://raw.githubusercontent.com/nickyeoman/phpframework/main/docker/docke
echo "Creating a 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
################################################################################