Testing new logic..
This commit is contained in:
parent
5e121d4e1c
commit
316379e80b
1 changed files with 12 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue