From 90cbac1ff70b5700678f1d05c4c7b1f46edc8cf2 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Tue, 19 Sep 2023 13:03:29 +0000 Subject: [PATCH] [wine] try fix ssl problem --- src/wine/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wine/install.sh b/src/wine/install.sh index 8b17ce4..80f681c 100644 --- a/src/wine/install.sh +++ b/src/wine/install.sh @@ -58,6 +58,7 @@ 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 "\"check_certificate = off\" >> ~/.wgetrc" su -l "$_REMOTE_USER" -c "winetricks corefonts" # Cleanup