We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce29bf commit 82b1fc5Copy full SHA for 82b1fc5
lib/onelinesetup
@@ -2,7 +2,7 @@
2
DOMAIN=${1:-magento2.test}
3
VERSION=${2:-2.2.6}
4
5
-curl https://raw.githubusercontent.com/markoshust/docker-magento/master/lib/template|bash -s - magento-2
+curl -s https://raw.githubusercontent.com/markoshust/docker-magento/master/lib/template|bash -s - magento-2
6
bin/download $VERSION
7
echo "127.0.0.1 $DOMAIN" | sudo tee -a /etc/hosts
8
bin/start
0 commit comments