Trouble with the linux install script

./install.sh
zsh: ./install.sh: bad interpreter: /bin/env: datei oder Verzeichnis nicht gefunden

no problem for me, but maybe for other users.

change the first line in the script back to standard: #!/bin/sh

Should be #!/usr/bin/env bash instead of #!/bin/env bash. Fixed that now…

3 Likes

that’s what I call support. thumbs up

2 Likes