Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 14, 2023
1 parent b322dd6 commit af4916a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
# Deno wrapper v3.0.0
# Deno wrapper v3.1.2
# https://github.com/jcbhmr/deno_wrapper
# MIT License
# Copyright (c) 2023 Jacob Hummer
set -e
version=3.0.0
version='3.1.2'
help="Deno wrapper v${version}
🦕 Like ./gradlew, but for Deno
Expand Down Expand Up @@ -59,7 +59,6 @@ pinned=$1 && if [ -z "$pinned" ]; then
fi
fi

# Make sure to keep this in sync with deno_wrapper.ps1!
echo -n "$denow" | sed "s/{{version}}/$version/" | sed "s/{{pinned}}/$pinned/" > denow
chmod +x denow

Expand Down

0 comments on commit af4916a

Please sign in to comment.