From 063eb586bd46cb60d445e2b6b7e764cf2b945773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DEWA=20Kazuyuki/=E5=87=BA=E7=BE=BD=E5=92=8C=E4=B9=8B?= Date: Sun, 3 Oct 2021 12:56:49 +0900 Subject: [PATCH] .scripts/setup.sh does not work on Ubuntu dash (#2702) --- .scripts/setup.sh | 2 +- examples/api/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/setup.sh b/.scripts/setup.sh index a0f46cc55..cb8f2879a 100644 --- a/.scripts/setup.sh +++ b/.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 diff --git a/examples/api/README.md b/examples/api/README.md index 2fcfe4bc4..afcea3842 100644 --- a/examples/api/README.md +++ b/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: