From ad40e703468da03fc40736dcf9dbe6cddd1b80ab Mon Sep 17 00:00:00 2001 From: Hirose <86906598+HiroseKoichi@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:36:00 -0600 Subject: [PATCH] Update start.sh Update the bash script so that non-standard distros, such as Nixos, will be able to run the file without editing it. This does not affect current behavior; it just makes it so other distros will work OOTB. --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 719bb6265..a88bc42de 100755 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if ! command -v npm &> /dev/null then