8 Commits

2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Wine",
"id": "wine",
"version": "0.0.2",
"version": "0.0.3",
"description": "Installs Wine.",
"options": {
"version": {

View File

@@ -43,7 +43,7 @@ install_debian() {
fi
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
chmod +rx /usr/bin/winetricks
@@ -58,6 +58,9 @@ export WINEDEBUG=-all"
update_rc_file "$_REMOTE_USER_HOME/.bashrc" "${snippet}"
su -l "$_REMOTE_USER" -c "mkdir -p $WINEPREFIX && wine wineboot --init"
su -l "$_REMOTE_USER" -c "echo \"check-certificate = off\" >> ~/.wgetrc"
su -l "$_REMOTE_USER" -c "echo \"check_certificate = off\" >> ~/.wgetrc"
su -l "$_REMOTE_USER" -c "winetricks corefonts"
# Cleanup
apt purge --auto-remove -y