Skip to content

Commit

Permalink
deps: buntu: More exceptions for 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Jul 3, 2024
1 parent 8efb896 commit 504d63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine-tkg-git/wine-tkg-scripts/deps
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ _install_pkg() {
msg2 "Installing package: ${PKG} | Using apt${_attempt_str}"
if ! eval "$(_auto_su)apt ${_confirm_str}install \"${PKG}\""; then
warning "Failed to install package: ${PKG}"
if [ "${PKG}" != "libavcodec58" ] && [ "${PKG}" != "libswresample3" ]; then
if [ "${PKG}" != "libavcodec58" ] && [ "${PKG}" != "libswresample3" ] && [ "${PKG}" != "libavutil56" ]; then
_failed="true"
fi
else
Expand Down

0 comments on commit 504d63f

Please sign in to comment.