Skip to content

Commit f4486fd

Browse files
committed
fix: package is named nodejs on https://www.nixhub.io, not node
1 parent 59468e4 commit f4486fd

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

apps/site/snippets/en/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Download and install Node.js:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Open a Devbox shell
1111
devbox shell

apps/site/snippets/es/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Descarga e instala Node.js:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Abre una shell de Devbox
1111
devbox shell

apps/site/snippets/fr/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Télécharger et installer Node.js :
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Ouvrir un shell Devbox
1111
devbox shell

apps/site/snippets/id/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Unduh dan pasang Node.js:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Buka shell Devbox
1111
devbox shell

apps/site/snippets/ja/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Node.jsをダウンロードしてインストールする:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Devboxのシェルを開く
1111
devbox shell

apps/site/snippets/ko/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Node.js 다운로드 및 설치:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Devbox 셸 열기
1111
devbox shell

apps/site/snippets/pt-br/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Baixar e instalar o Node.js:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Abrir um shell do Devbox
1111
devbox shell

apps/site/snippets/pt/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Descarregar e instalar a Node.js:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Abrir uma concha de Devbox
1111
devbox shell

apps/site/snippets/ro/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
55
devbox init
66

77
# Descarcă și instalează Node.js:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
# Deschide un shell Devbox
1111
devbox shell

apps/site/snippets/tr/download/devbox.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Projenizde Devbox'ı başlatmak için
55
devbox init
66
77
Node.js'i indirin ve kurun:
8-
devbox add node@${props.release.major}
8+
devbox add nodejs@${props.release.major}
99

1010
Bir Devbox shell açın
1111
debox shell

0 commit comments

Comments
 (0)