.scripts/setup.sh does not work on Ubuntu dash (#2702)

This commit is contained in:
DEWA Kazuyuki/出羽和之
2021-10-03 12:56:49 +09:00
committed by GitHub
parent 28895ddc76
commit 063eb586bd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Copyright 2019-2021 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT

View File

@@ -19,7 +19,7 @@ go to root of the tauri repo and run
Linux / Mac:
```
# choose to install node cli (1)
sh .scripts/setup.sh
bash .scripts/setup.sh
```
Windows: