aboutsummaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xupdate.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/update.sh b/update.sh
index e90b290..c92a4f3 100755
--- a/update.sh
+++ b/update.sh
@@ -14,7 +14,4 @@ nix flake update
[ "$1" = "upgrade" ] && cargo upgrade --incompatible allow --pinned allow --recursive true
cargo update --recursive
-
-./crates/yt_dlp/update.sh "$@"
-./crates/libmpv2/update.sh "$@"
# vim: ft=sh