diff options
author | Soispha <soispha@vhack.eu> | 2023-05-27 16:59:04 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-27 16:59:04 +0200 |
commit | f513441b557e79c3f986e4220fee2b4cf951a915 (patch) | |
tree | cd15cdd1ea0409dc0029f47843740c5f7bcd8942 | |
parent | Fix(hm/conf/firefox/prefs): Readd the download dir setting (diff) | |
download | nixos-config-f513441b557e79c3f986e4220fee2b4cf951a915.tar.gz nixos-config-f513441b557e79c3f986e4220fee2b4cf951a915.zip |
Build(update.sh): Make script somewhat more path indifferent
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh index 32d369a8..9bb8eba2 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/sh # shellcheck disable=SC2086 -./home-manager/config/firefox/scripts/update_extensions +"$(dirname "$0")"/home-manager/config/firefox/scripts/update_extensions |