From c87f108aa646c4668f6eeb4d528060851712a9bd Mon Sep 17 00:00:00 2001 From: Ilia Belousov <58889924+alowu@users.noreply.github.com> Date: Thu, 7 Sep 2023 04:58:38 +0300 Subject: [PATCH] Update setup.sh Fixed the problem of starting setup.sh. The problem was the wrong path to bash Signed-off-by: Ilia Belousov <58889924+alowu@users.noreply.github.com> --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5bbef95..efaaf2d 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/bash # Copyright 2019 Google LLC #