소스 검색

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

DEWA Kazuyuki/出羽和之 3 년 전
부모
커밋
063eb586bd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .scripts/setup.sh
  2. 1 1
      examples/api/README.md

+ 1 - 1
.scripts/setup.sh

@@ -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

+ 1 - 1
examples/api/README.md

@@ -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: