fix: use /usr/bin/env bash in launch script
This should make it possible to run these scripts on any system, as /bin/bash is not standard! Notably this fixes the script on NixOS. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| #!/bin/bash | ||||
| #!/usr/bin/env bash | ||||
| # Basic start script for running the launcher with the libs packaged with it. | ||||
|  | ||||
| function printerror { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user