From 310af662203bd693035372098b48bd028f1887e0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 18 Jan 2026 18:55:22 +0100 Subject: update.sh: Don't refer to `build.sh` by path It is now available via `PATH`. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 8f7d338e..980df783 100755 --- a/update.sh +++ b/update.sh @@ -25,7 +25,7 @@ __update_sh_run nix flake update __update_sh_run ./pkgs/update_pkgs.sh "$@" # __update_sh_run nix flake check -__update_sh_run ./build.sh +__update_sh_run build.sh printf "\033[31;1m%s\033[0m\033[33;1m%s\033[0m\n" "Also update out-of-tree dependencies, like " "yt" 2>&1 -- cgit 1.4.1