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