try fix version pinning

This commit is contained in:
Maxim Slipenko 2023-09-18 04:40:50 +00:00 committed by GitHub
parent 4d341889c5
commit 847dccb8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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