X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=hexyl%2Finstall.sh;fp=hexyl%2Finstall.sh;h=218c0e3e17896f942be61805c34d0aa420995ef8;hb=46445e9382905a52e770d44191235be179616049;hp=a4b224d237e49dbd32a71db02f495ccde75f6847;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/hexyl/install.sh b/hexyl/install.sh index a4b224d..218c0e3 100644 --- a/hexyl/install.sh +++ b/hexyl/install.sh @@ -11,11 +11,11 @@ WEBI_SINGLE=true pkg_get_current_version() { - # 'hexyl --version' has output in this format: - # hexyl 0.8.0 - # This trims it down to just the version number: - # 0.8.0 - echo $(hexyl --version 2>/dev/null | head -n 1 | cut -d' ' -f 2) + # 'hexyl --version' has output in this format: + # hexyl 0.8.0 + # This trims it down to just the version number: + # 0.8.0 + echo $(hexyl --version 2> /dev/null | head -n 1 | cut -d' ' -f 2) } pkg_install() {