diff --git a/src/wine/corefonts/comic32.exe b/src/wine/corefonts/comic32.exe new file mode 100644 index 0000000..9e69a37 Binary files /dev/null and b/src/wine/corefonts/comic32.exe differ diff --git a/src/wine/install.sh b/src/wine/install.sh index e920da2..9571e57 100644 --- a/src/wine/install.sh +++ b/src/wine/install.sh @@ -21,6 +21,7 @@ COREFONTS_FILES=( "verdan32.exe" "wd97vwr32.exe" "webdin32.exe" + "comic32.exe" ) COREFONTS_CACHE_DIR="\$HOME/.cache/winetricks/corefonts/" @@ -73,19 +74,9 @@ export WINEDEBUG=-all" update_rc_file "$_REMOTE_USER_HOME/.profile" "${snippet}" update_rc_file "$_REMOTE_USER_HOME/.bashrc" "${snippet}" - # su -l "$_REMOTE_USER" <> ~/.wgetrc - # echo "check_certificate = off" >> ~/.wgetrc - # mkdir -p "\$COREFONTS_CACHE_DIR" - # for filename in (${COREFONTS_FILES[@]}); do - # wget -P "$COREFONTS_CACHE_DIR" "$COREFONTS_BASE_URL\$filename" - # done - # winetricks corefonts - # EOF su -l $_REMOTE_USER <