We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7bdd8 commit 64bf797Copy full SHA for 64bf797
dvm.sh
@@ -96,7 +96,7 @@ extract_file() {
96
if [ -x "$(command -v unzip)" ]
97
then
98
unzip "$DVM_DIR/download/$1/deno.zip" -d "$target_dir" > /dev/null
99
- elif [ "$DVM_TARGET_OS" = "Linx" ] && [ -x "$(command -v gunzip)" ]
+ elif [ "$DVM_TARGET_OS" = "Linux" ] && [ -x "$(command -v gunzip)" ]
100
101
gunzip -c "$DVM_DIR/download/$1/deno.zip" > "$target_dir/deno"
102
chmod +x "$target_dir/deno"
0 commit comments