Skip to content

Commit

Permalink
updated docs: package manager node v9 repo to latest node v10 (#1640)
Browse files Browse the repository at this point in the history
* updated package manager node v9 repo to latest node v10

* changed package-manager version to v10 in ja lang
  • Loading branch information
M4rcDev authored and fhemberger committed Apr 30, 2018
1 parent 7f3a01b commit 1ae50f5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions locale/en/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Alternatively, for Node.js 9:
Alternatively, for Node.js 10:

```bash
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Expand Down Expand Up @@ -135,10 +135,10 @@ On RHEL, CentOS or Fedora, for Node.js v8 LTS:
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
```

Alternatively for Node.js 9:
Alternatively for Node.js 10:

```bash
curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
```

Then install:
Expand Down
2 changes: 1 addition & 1 deletion locale/es/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Node.js está disponible desde el repositorio de binarios para Debian y Ubuntu d
**NOTA:** Si usted está usando Ubuntu Precise ó Debian Wheezy, Usted probablemente deba leer sobre [ejecutar Node.js >= 6.x en distribuciones antiguas](https://github.com/nodesource/distributions/blob/master/OLDER_DISTROS.md).

```bash
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Expand Down
2 changes: 1 addition & 1 deletion locale/ja/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Node.js は [NodeSource](https://nodesource.com) の Debian と Ubuntu ベース
**注意:** Ubuntu Precise や Debian Wheezy をお使いの場合は、 [running Node.js >= 6.x on older distros](https://github.com/nodesource/distributions/blob/master/OLDER_DISTROS.md) を読むことをお勧めします。

```bash
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Expand Down
16 changes: 8 additions & 8 deletions locale/ko/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ sudo apt-get install -y nodejs


<!--
Alternatively, for Node.js 9:
Alternatively, for Node.js 10:
```bash
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
```
Expand Down Expand Up @@ -135,10 +135,10 @@ sudo apt-get install -y build-essential
* **Debian testing** (stretch, aliased to jessie)
* **Debian unstable** (sid)
-->
Node.js 9를 사용하고 싶다면 다음을 실행합니다.
Node.js 10를 사용하고 싶다면 다음을 실행합니다.

```bash
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Expand Down Expand Up @@ -252,10 +252,10 @@ RHEL, CentOS, Fedora에서 Node.js v8 LTS를 사용하려면 다음을 실행합
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
```
Alternatively for Node.js 9:
Alternatively for Node.js 10:
```bash
curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
```
Then install:
Expand All @@ -268,10 +268,10 @@ sudo yum -y install nodejs
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
```

Node.js 9를 사용한다면 다음을 실행하세요.
Node.js 10를 사용한다면 다음을 실행하세요.

```bash
curl --silent --location https://rpm.nodesource.com/setup_9.x | sudo bash -
curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
```

그 다음 아래의 명령어로 설치하세요.
Expand Down
2 changes: 1 addition & 1 deletion locale/uk/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Node.js is available from the [NodeSource](https://nodesource.com) Debian and Ub
**NOTE:** If you are using Ubuntu Precise or Debian Wheezy, you might want to read about [running Node.js >= 6.x on older distros](https://github.com/nodesource/distributions/blob/master/OLDER_DISTROS.md).

```bash
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
```

Expand Down

0 comments on commit 1ae50f5

Please sign in to comment.