mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
.scripts/setup.sh does not work on Ubuntu dash (#2702)
This commit is contained in:
committed by
GitHub
parent
28895ddc76
commit
063eb586bd
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user