From baa834cbb8432ab8999907371a5431dcc25e9779 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 12 May 2025 16:44:47 +0200 Subject: [PATCH] wip --- zen-browser.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.."