X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=gitea%2Finstall.sh;h=bb55c660fdb6cf7afd36ebff139d2e4201cd9be9;hb=46445e9382905a52e770d44191235be179616049;hp=6a4d5868b930dbecadb6eedf7593df74c77b4c8a;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/gitea/install.sh b/gitea/install.sh index 6a4d586..bb55c66 100644 --- a/gitea/install.sh +++ b/gitea/install.sh @@ -10,7 +10,7 @@ pkg_get_current_version() { # v2.1.0 h1:pQSaIJGFluFvu8KDGDODV8u4/QRED/OPyIR+MWYYse8= # This trims it down to just the version number: # 2.0.0 - echo "$(gitea --version 2>/dev/null | head -n 1 | cut -d' ' -f3)" + echo "$(gitea --version 2> /dev/null | head -n 1 | cut -d' ' -f3)" } pkg_link() {