From a923f5fc5ba36a3b17e289dc35dc17f66d0548ee Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Tue, 17 Oct 2023 10:54:07 +0800 Subject: [PATCH] fix: program location in nixos (#613) --- app/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/install.sh b/app/install.sh index a55629a..1bdd313 100755 --- a/app/install.sh +++ b/app/install.sh @@ -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