openvpn3 icon indicating copy to clipboard operation
openvpn3 copied to clipboard

fix: use `#!/usr/bin/env bash`

Open JarvisCraft opened this issue 7 months ago • 6 comments

Description

This replaces /bin/bash shebang with a more universal /usr/bin/env bash.

This is required for easier packaging in systems which don't provide the former such as NixOS.

JarvisCraft avatar Jul 07 '24 21:07 JarvisCraft