Update some core utilities
This commit is contained in:
parent
5d541a845a
commit
76a9a37e81
@ -49,4 +49,13 @@
|
||||
["scop/bash-completion"]
|
||||
# Needs manual intervention to install, as its a bash script with a subfolder containing completions
|
||||
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
|
@ -42,5 +42,8 @@ if compgen -G "bash-completion*tar*" > /dev/null; then
|
||||
chmod +x bash_completion
|
||||
fi
|
||||
|
||||
# Handle shared libraries
|
||||
mv -f $(fd --glob "*.so*") ../lib
|
||||
|
||||
# Unchange directory
|
||||
popd > /dev/null
|
Loading…
x
Reference in New Issue
Block a user