Skip to content

Commit

Permalink
Merge pull request #222 from elsoul/update/scriptversion
Browse files Browse the repository at this point in the history
update Skeet install script version
  • Loading branch information
KishiTheMechanic authored Feb 26, 2024
2 parents 9758bac + 6e1ce38 commit 5e97a80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion articles/doc/en/skeet-firestore/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If npm is not installed, you can install it with the following command.
(This command installs pnpm, Java, @skeet-framework/cli and edits .profile/.zshrc.)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.5.0)"
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v2.0.1)"
```

## Creating a Google Cloud Project
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/skeet-firestore/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If npm is not installed, you can install it with the following command.
(This command installs pnpm, Java, @skeet-framework/cli and edits .profile/.zshrc.)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.5.0)"
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v2.0.1)"
$ npm install -g firebase-tools
```

Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/skeet-firestore/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm がインストールされていない場合は、以下のコマンドで
(このコマンドは、pnpm, Java, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.5.0)"
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v2.0.1)"
```

## Google Cloud Project の作成
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/skeet-firestore/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm がインストールされていない場合は、以下のコマンドで
(このコマンドは、pnpm, Java, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.5.0)"
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v2.0.1)"
$ npm install -g firebase-tools
```

Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/home/HeroRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { BookOpenIcon } from '@heroicons/react/24/outline'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faGithub } from '@fortawesome/free-brands-svg-icons'

const installScript = `sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.5.0)"`
const installScript = `sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v2.0.1)"`

export default function HomeHeroRow() {
const { t, i18n } = useTranslation()
Expand Down

0 comments on commit 5e97a80

Please sign in to comment.