Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS authored Sep 17, 2023
1 parent bfd18ec commit 4b07dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wine/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ install_debian() {
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/bin/winetricks
chmod +rx /usr/bin/winetricks

su -l $_REMOTE_USER -c "WINEPREFIX=\"$_REMOTE_USER_HOME\" wine wineboot --init"

apt purge --auto-remove -y
apt autoremove --purge -y
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4b07dda

Please sign in to comment.