mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-23 15:52:59 +03:00
try fix version pinning
This commit is contained in:
parent
4d341889c5
commit
847dccb8d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user