diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-29 16:33:30 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-29 16:33:30 +0100 |
commit | 6fef0dece16c62c12b810552e4c9064a1d78207d (patch) | |
tree | b6de1eff66c16c6adb0d2b214c30bef57db17994 | |
parent | feat(modules/lf): Add `set_clipboard_path` command and keybinding (diff) | |
download | nixos-config-6fef0dece16c62c12b810552e4c9064a1d78207d.tar.gz nixos-config-6fef0dece16c62c12b810552e4c9064a1d78207d.zip |
build(update.sh): Remove old script update call
This script has been removed.
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh index dd2e8c7d..77cb9482 100755 --- a/update.sh +++ b/update.sh @@ -11,7 +11,6 @@ __update_sh_run() { } __update_sh_run ./modules/home.legacy/conf/firefox/scripts/update_extensions.sh "$@" -__update_sh_run ./modules/by-name/lf/lf/secrets/update_secret.sh "$@" __update_sh_run ./pkgs/update_pkgs.sh "$@" echo "Also update out-of tree dependencies, like yt!" 2>&1 |