You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all(build): Change shebang for better compatibility
NixOS doesn't have `#!/bin/bash`. Bash can be found on all Linuxes with
`#!/usr/bin/env bash` so it's better to use that shebang.
This doesn't actually enable building on NixOS since `uplink-c` also
needs upgrading to a version that doesn't use `#!/bin/bash`. This was done in
storj/uplink-c#24
related #49
0 commit comments