From 316379e80bc4a22d9218a039db46550c2d010131 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 24 May 2025 13:51:41 +0200 Subject: [PATCH] Testing new logic.. --- zen-browser.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/zen-browser.sh b/zen-browser.sh index 8581a2c..4bf24e4 100644 --- a/zen-browser.sh +++ b/zen-browser.sh @@ -127,11 +127,11 @@ upclear check "Done pulling archive" else - # throw-err upclear - throw "Error pulling archive" - pen bold yellow "OUT: ${out:-}" - echo-error "${err:-}" + throw-err + # throw "Error pulling archive" + # pen bold yellow "OUT: ${out:-}" + # echo-error "${err:-}" fi elif command_exists curl; then @@ -139,11 +139,11 @@ upclear check "Done pulling archive" else - # throw-err upclear - throw "Error pulling archive" - pen bold yellow "OUT: ${out:-}" - echo-error "${err:-}" + throw-err + # throw "Error pulling archive" + # pen bold yellow "OUT: ${out:-}" + # echo-error "${err:-}" fi # curl -fsSL "$cloneUrl" -o "zen.linux-${ARCH}.tar.xz" else @@ -156,11 +156,11 @@ upclear check "Extracted archive.." else - # throw-err upclear - throw "Error extracting archive" - pen bold yellow "OUT: ${out:-}" - echo-error "${err:-}" + throw-err + # throw "Error extracting archive" + # pen bold yellow "OUT: ${out:-}" + # echo-error "${err:-}" fi pen bold blue "Installing to /bin/zen-browser"