about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xupdate.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 77cb9482..3a8c7cb1 100755
--- a/update.sh
+++ b/update.sh
@@ -10,9 +10,12 @@ __update_sh_run() {
     unset __update_sh_command
 }
 
-__update_sh_run ./modules/home.legacy/conf/firefox/scripts/update_extensions.sh "$@"
+__update_sh_run ./modules/by-name/fi/firefox/update_extensions.sh "$@"
 __update_sh_run ./pkgs/update_pkgs.sh "$@"
 
-echo "Also update out-of tree dependencies, like yt!" 2>&1
+__update_sh_run nix flake check
+__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
 
 # vim: ft=sh