From ce95af87ddca19456e9f20192f1e0f488d03f559 Mon Sep 17 00:00:00 2001 From: waldek Date: Thu, 29 Sep 2022 15:45:26 +0200 Subject: [PATCH] fixes bash path --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 96f79d7..4666e8b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash NAME="waldek" EMAIL="waldek@mailbox.org"