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
fa2004146c
commit
ae8a182675
@ -29,7 +29,8 @@ install_debian() {
|
||||
telnet \
|
||||
cabextract \
|
||||
gnupg2 \
|
||||
wget
|
||||
wget \
|
||||
winetricks
|
||||
|
||||
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
|
||||
@ -45,8 +46,8 @@ install_debian() {
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends winehq-staging
|
||||
|
||||
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/bin/winetricks
|
||||
chmod +rx /usr/bin/winetricks
|
||||
# wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/bin/winetricks
|
||||
# chmod +rx /usr/bin/winetricks
|
||||
|
||||
snippet="export WINEHOME=\"$_REMOTE_USER_HOME\"
|
||||
export WINEPREFIX=\"\$WINEHOME/.wine32\"
|
||||
|
Loading…
Reference in New Issue
Block a user