try fix version pinning

This commit is contained in:
2023-09-18 04:40:50 +00:00
committed by GitHub
parent 4d341889c5
commit 847dccb8d6

View File

@@ -21,7 +21,7 @@ install_debian() {
if [ "${WINEVERSION}" != "latest" ]; then if [ "${WINEVERSION}" != "latest" ]; then
{ {
echo "Package: *wine* *wine*:i386" echo "Package: *wine* *wine*:i386"
echo "Pin: version $WINEVERSION~$VERSION_CODENAME" echo "Pin: version $WINEVERSION~*"
echo "Pin-Priority: 1001" echo "Pin-Priority: 1001"
} >/etc/apt/preferences.d/winehq.pref } >/etc/apt/preferences.d/winehq.pref
fi fi