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"
|
||||
echo_info "Downloading .tar.gz from $cloneUrl"
|
||||
if command_exists wget; then
|
||||
wget "$cloneUrl" - | tar -xvzf
|
||||
elif command_exists curl; then
|
||||
curl -fsSL "$cloneUrl" -o "zen.linux-${ARCH}.tar.gz"
|
||||
wget "$cloneUrl"
|
||||
# elif command_exists curl; then
|
||||
# curl -fsSL "$cloneUrl" -o "zen.linux-${ARCH}.tar.gz"
|
||||
else
|
||||
exit 69
|
||||
echo_error "curl/wget is required but missing.."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue