about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-27 16:59:04 +0200
committerSoispha <soispha@vhack.eu>2023-05-27 16:59:04 +0200
commitf513441b557e79c3f986e4220fee2b4cf951a915 (patch)
treecd15cdd1ea0409dc0029f47843740c5f7bcd8942 /update.sh
parentFix(hm/conf/firefox/prefs): Readd the download dir setting (diff)
downloadnixos-config-f513441b557e79c3f986e4220fee2b4cf951a915.tar.gz
nixos-config-f513441b557e79c3f986e4220fee2b4cf951a915.zip
Build(update.sh): Make script somewhat more path indifferent
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
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