Testing new logic..

This commit is contained in:
pika 2025-05-24 13:51:41 +02:00
parent 5e121d4e1c
commit 316379e80b

View file

@ -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"