Skip to content

Commit 82b1fc5

Browse files
committed
Make onlinesetup curl call silent
1 parent cce29bf commit 82b1fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/onelinesetup

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DOMAIN=${1:-magento2.test}
33
VERSION=${2:-2.2.6}
44

5-
curl https://raw.githubusercontent.com/markoshust/docker-magento/master/lib/template|bash -s - magento-2
5+
curl -s https://raw.githubusercontent.com/markoshust/docker-magento/master/lib/template|bash -s - magento-2
66
bin/download $VERSION
77
echo "127.0.0.1 $DOMAIN" | sudo tee -a /etc/hosts
88
bin/start

0 commit comments

Comments
 (0)