Skip to content

Commit a923f5f

Browse files
authored
fix: program location in nixos (iamcco#613)
1 parent de6c417 commit a923f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -o nounset # error when referencing undefined variable
44
set -o errexit # exit when command fails

0 commit comments

Comments
 (0)