diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 14:46:44 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 14:46:44 +0200 |
commit | 4e425aba7c46f8ac2b2ff697e456c1a5815171d9 (patch) | |
tree | c0ddc4f86c7ef3f58ed27c2ea1b6efad4abbaa7e | |
parent | Build(flake): Update (diff) | |
download | nixos-config-4e425aba7c46f8ac2b2ff697e456c1a5815171d9.tar.gz nixos-config-4e425aba7c46f8ac2b2ff697e456c1a5815171d9.zip |
Build(update.sh): Use correct path to update script
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh index f6431055..d64db739 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/sh # shellcheck disable=SC2086 -./home-manager/soispha/config/firefox/scripts/update_extensions +./hm/soispha/conf/firefox/scripts/update_extensions |