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