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"