Merge branch 'feature/KASM-2614_winetricks' into 'develop'

[skip CI] add winetricks

Closes KASM-2614

See merge request kasm-technologies/internal/workspaces-images!49
This commit is contained in:
Matthew McClaskey 2022-05-10 18:10:24 +00:00
commit 3d5d5f6a8d

View File

@ -6,4 +6,4 @@ apt update
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | apt-key add -
apt install software-properties-common
apt-add-repository "deb http://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -cs) main"
apt install -y --install-recommends winehq-stable
apt install -y --install-recommends winehq-stable winetricks