X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=deno%2Finstall.sh;h=78fc3d57ef7b706854ce9819c078ce001caa8bfe;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=393f336c8a8826af70690fd06d253a81fa892178;hpb=a0c9f74394e1822c2e5326241ca231845e4536a8;p=webi-installers%2F.git diff --git a/deno/install.sh b/deno/install.sh index 393f336..78fc3d5 100644 --- a/deno/install.sh +++ b/deno/install.sh @@ -2,7 +2,7 @@ # The custom functions for Deno are here. # For the generic functions - version checks, download, extract, etc: -# See https://github.com/webinstall/packages/branches/master/webi/template.bash +# See https://github.com/webinstall/packages/branches/master/_webi/template.sh set -e set -u @@ -19,7 +19,7 @@ pkg_get_current_version() { # typescript 3.9.2 # This trims it down to just the version number: # 1.1.1 - echo "$(deno --version 2>/dev/null | head -n 1 | cut -d' ' -f2)" + echo "$(deno --version 2> /dev/null | head -n 1 | cut -d' ' -f2)" } pkg_install() {