Skip to content

Commit 7ef5c96

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/deno.com/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ check_curl_installed() {
3131
fi
3232
declare -i requiredAptPackagesMissingCount=${#requiredAptPackagesMissing[@]}
3333
if [ $requiredAptPackagesMissingCount -gt 0 ]; then
34-
apt_get_update
3534
apt_get_checkinstall "${requiredAptPackagesMissing[@]}"
3635
apt_get_cleanup
3736
fi

0 commit comments

Comments
 (0)