X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=curlie%2Finstall.sh;h=f22adbdccf5292371fbdaaec5a14fd6e0360d3c1;hb=46445e9382905a52e770d44191235be179616049;hp=ab6f30069b5768d473a27c5ad4d86207474f26db;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/curlie/install.sh b/curlie/install.sh index ab6f300..f22adbd 100644 --- a/curlie/install.sh +++ b/curlie/install.sh @@ -11,13 +11,13 @@ WEBI_SINGLE=true pkg_get_current_version() { - # 'curlie --version' has output in this format: - # TODO - # This trims it down to just the version number: - # TODO - #echo $(curlie --version 2>/dev/null | head -n 1 | cut -d' ' -f 2) - # See https://github.com/rs/curlie/issues/22 - echo "0.0.0" + # 'curlie --version' has output in this format: + # TODO + # This trims it down to just the version number: + # TODO + #echo $(curlie --version 2>/dev/null | head -n 1 | cut -d' ' -f 2) + # See https://github.com/rs/curlie/issues/22 + echo "0.0.0" } pkg_install() {