Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/snippets/ja/download/nvm.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nvmをダウンロードしてインストールする:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash

# シェルを再起動する代わりに実行する
\. "$HOME/.nvm/nvm.sh"
Expand Down
2 changes: 1 addition & 1 deletion apps/site/snippets/ro/download/nvm.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Descarcă și instalează nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.5/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash

# în loc de a reporni shell-ul
\. "$HOME/.nvm/nvm.sh"
Expand Down
2 changes: 1 addition & 1 deletion apps/site/snippets/uk/download/nvm.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Завантажує й установлює nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash

# Замість перезапуску оболонки можна виконати:
\. "$HOME/.nvm/nvm.sh"
Expand Down
Loading