Skip to content

Commit

Permalink
update install oneliner
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Feb 5, 2024
1 parent b2fa8cd commit b90a1b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion articles/doc/en/quickstart/start-solv.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Dive into the world of Solana, explore the capabilities of solv, and be part of
## Solana Validator Setup

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.0.0/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.2.0/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/tutorial/chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ There are versions for Edgevana and Latitude, so please select the type you want
Here, we assume participation in TDS and select `Edgevana`.

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.0.0/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.2.0/install")"
```

This command will initially create a solv user, so you will need to set a password.
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/tutorial/chapter5.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ ssh username@<your-server-ip-address>
Then copy and paste the code from step 1 from the solv documentation page and run it.

```bash
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.0.0/install")"
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.2.0/install")"
```

This command first creates the solv user, so
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/quickstart/start-solv.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Solana の世界に飛び込み、solv の機能を探求し、努力を最小
## Solana バリデーターのセットアップ

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.0.0/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.2.0/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/tutorial/chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $ ssh username@<your-server-ip-address>
そして solv ドキュメントページにあるステップ1のコードをコピー&ペーストして実行します。

```bash
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.0.0/install")"
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.2.0/install")"
```

このコマンドで最初に solv ユーザーを作成するので、
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/tutorial/chapter5.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ ssh username@<your-server-ip-address>
そして solv ドキュメントページにあるステップ1のコードをコピー&ペーストして実行します。

```bash
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.0.0/install")"
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v3.2.0/install")"
```

このコマンドで最初に solv ユーザーを作成するので、
Expand Down

0 comments on commit b90a1b8

Please sign in to comment.