mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
yabridge install wine-staging
This commit is contained in:
parent
67be4e0b36
commit
0e5fd8a923
@ -5,6 +5,15 @@
|
||||
# Import library
|
||||
source $(dirname ${BASH_SOURCE[0]})/install-lib.sh
|
||||
|
||||
# Install wine if not already installed
|
||||
if ! command -v wine &> /dev/null; then
|
||||
if command -v dnf &> /dev/null; then
|
||||
sudo dnf config-manager --add-repo \
|
||||
https://dl.winehq.org/wine-builds/fedora/36/winehq.repo
|
||||
fi
|
||||
sudo $(packageManager) install winehq-staging
|
||||
fi
|
||||
|
||||
program=yabridgectl
|
||||
programVersion=$(yabridgectl --help | filterVersion)
|
||||
url=$(curl -s https://github.com/robbert-vdh/yabridge/releases/ | grep .tar.gz \
|
||||
|
Loading…
x
Reference in New Issue
Block a user