diff --git a/zen-browser.sh b/zen-browser.sh index 7c8d1df..bddeb11 100644 --- a/zen-browser.sh +++ b/zen-browser.sh @@ -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.."