Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env sh
# SPDX-License-Identifier: Beerware
set -e
# Script to automate downloading and installing the latest version of MusicBee
# If anything goes wrong/breaks, let me know so I can fix it!
export WINEPREFIX="$HOME/.local/share/wineprefixes/MusicBee/"
export WINEDLLOVERRIDES="mscoree,mshtml=" # We don't need wine-mono installed, no need to give a warning over it. https://bugs.winehq.org/show_bug.cgi?id=47316#c4
export WINEDEBUG=-all # Don't print any debugging messages for wine