Explorar o código

Make onlinesetup curl call silent

Mark Shust %!s(int64=6) %!d(string=hai) anos
pai
achega
82b1fc59f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/onelinesetup

+ 1 - 1
lib/onelinesetup

@@ -2,7 +2,7 @@
 DOMAIN=${1:-magento2.test}
 DOMAIN=${1:-magento2.test}
 VERSION=${2:-2.2.6}
 VERSION=${2:-2.2.6}
 
 
-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
 bin/download $VERSION
 bin/download $VERSION
 echo "127.0.0.1 $DOMAIN" | sudo tee -a /etc/hosts
 echo "127.0.0.1 $DOMAIN" | sudo tee -a /etc/hosts
 bin/start
 bin/start