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.
This commit is contained in:
Hirose
2024-01-15 10:36:00 -06:00
committed by GitHub
parent 5f5c066373
commit ad40e70346

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if ! command -v npm &> /dev/null
then