Skip to content

Commit

Permalink
fix: program location in nixos (iamcco#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 17, 2023
1 parent de6c417 commit a923f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -o nounset # error when referencing undefined variable
set -o errexit # exit when command fails
Expand Down

0 comments on commit a923f5f

Please sign in to comment.