wip
This commit is contained in:
parent
0b4838b1c6
commit
baa834cbb8
1 changed files with 3 additions and 3 deletions
|
@ -108,9 +108,9 @@
|
||||||
cd "$zenDir" || mkdir -p "$zenDir" && cd "$zenDir"
|
cd "$zenDir" || mkdir -p "$zenDir" && cd "$zenDir"
|
||||||
echo_info "Downloading .tar.gz from $cloneUrl"
|
echo_info "Downloading .tar.gz from $cloneUrl"
|
||||||
if command_exists wget; then
|
if command_exists wget; then
|
||||||
wget "$cloneUrl" - | tar -xvzf
|
wget "$cloneUrl"
|
||||||
elif command_exists curl; then
|
# elif command_exists curl; then
|
||||||
curl -fsSL "$cloneUrl" -o "zen.linux-${ARCH}.tar.gz"
|
# curl -fsSL "$cloneUrl" -o "zen.linux-${ARCH}.tar.gz"
|
||||||
else
|
else
|
||||||
exit 69
|
exit 69
|
||||||
echo_error "curl/wget is required but missing.."
|
echo_error "curl/wget is required but missing.."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue