Make curl silent
This commit is contained in:
parent
0cd91a63a7
commit
0535568078
@ -5,7 +5,7 @@ kickstart.download.file() {
|
|||||||
kickstart.download.stream() {
|
kickstart.download.stream() {
|
||||||
kickstart.info "Downloading $1"
|
kickstart.info "Downloading $1"
|
||||||
if [ `which curl` ]; then
|
if [ `which curl` ]; then
|
||||||
curl $1
|
curl -s $1
|
||||||
elif [ `which wget` ]; then
|
elif [ `which wget` ]; then
|
||||||
wget -qO - $1
|
wget -qO - $1
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user