Skip to content

Commit c3f9fb2

Browse files
committed
feat(deno.com): Fix curl dep.
1 parent 90ba27e commit c3f9fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deno.com/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ echo_banner() {
4141
echo -e "\e[1m\e[97m\e[41m$text\e[0m"
4242
}
4343
install() {
44+
check_curl_installed
4445
if [ "$VERSION" == "latest" ]; then
4546
VERSION="$(curl -s https://dl.deno.land/release-latest.txt)"
4647
fi
47-
check_curl_installed
4848
apt_get_checkinstall unzip
4949
export DENO_INSTALL="/usr/local"
5050
curl -fsSL https://deno.land/install.sh | sh -s -- -y $VERSION

0 commit comments

Comments
 (0)