From bb26750f6066ede36d55d37251f48f6ee142db63 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Thu, 14 Dec 2023 17:17:15 +0100 Subject: [PATCH] NTR: allow shopware-cli downgrades --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f1f1324c1..e631c4b02 100644 --- a/makefile +++ b/makefile @@ -33,7 +33,7 @@ dev: ## Installs all dev dependencies @composer install cd src/Resources/app/administration && npm install cd src/Resources/app/storefront && npm install - curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && sudo apt install -y shopware-cli=0.3.18 + curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && sudo apt install -y --allow-downgrades shopware-cli=0.3.18 install: ## [deprecated] Installs all production dependencies. Please use "make prod" now. @make prod -B