mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-23 15:52:59 +03:00
[wine] try fix winetricks
This commit is contained in:
parent
ae8a182675
commit
15390cb411
@ -29,8 +29,7 @@ install_debian() {
|
|||||||
telnet \
|
telnet \
|
||||||
cabextract \
|
cabextract \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
wget \
|
wget
|
||||||
winetricks
|
|
||||||
|
|
||||||
wget https://dl.winehq.org/wine-builds/winehq.key -O - | apt-key add -
|
wget https://dl.winehq.org/wine-builds/winehq.key -O - | apt-key add -
|
||||||
echo "deb https://dl.winehq.org/wine-builds/debian $VERSION_CODENAME main" >/etc/apt/sources.list.d/winehq.list
|
echo "deb https://dl.winehq.org/wine-builds/debian $VERSION_CODENAME main" >/etc/apt/sources.list.d/winehq.list
|
||||||
@ -44,10 +43,10 @@ install_debian() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y --no-install-recommends winehq-staging
|
apt-get install -y --install-recommends winehq-staging
|
||||||
|
|
||||||
# wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/bin/winetricks
|
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/bin/winetricks
|
||||||
# chmod +rx /usr/bin/winetricks
|
chmod +rx /usr/bin/winetricks
|
||||||
|
|
||||||
snippet="export WINEHOME=\"$_REMOTE_USER_HOME\"
|
snippet="export WINEHOME=\"$_REMOTE_USER_HOME\"
|
||||||
export WINEPREFIX=\"\$WINEHOME/.wine32\"
|
export WINEPREFIX=\"\$WINEHOME/.wine32\"
|
||||||
|
Loading…
Reference in New Issue
Block a user