Update some core utilities

This commit is contained in:
Isaac Shoebottom 2025-04-02 12:30:30 -03:00
parent 5d541a845a
commit 76a9a37e81
2 changed files with 13 additions and 1 deletions

View File

@ -49,4 +49,13 @@
["scop/bash-completion"] ["scop/bash-completion"]
# Needs manual intervention to install, as its a bash script with a subfolder containing completions # Needs manual intervention to install, as its a bash script with a subfolder containing completions
download_only = true download_only = true
asset_filters = [ ".tar.xz" ] asset_filters = [ ".tar.xz" ]
# ["srevinsaju/Firefox-Appimage"]
# target = "~/.local/bin/firefox"
# tag = "firefox"
# asset_filters = [ ".AppImage", "^zsync" ]
["BtbN/FFmpeg-Builds"]
asset_filters = [ "^lgpl", "shared", "master", ".tar.xz" ]
all = true

View File

@ -42,5 +42,8 @@ if compgen -G "bash-completion*tar*" > /dev/null; then
chmod +x bash_completion chmod +x bash_completion
fi fi
# Handle shared libraries
mv -f $(fd --glob "*.so*") ../lib
# Unchange directory # Unchange directory
popd > /dev/null popd > /dev/null