Created
September 25, 2023 18:42
-
-
Save lkwg82/b45b24f0732146017e66fcdb24d7bf18 to your computer and use it in GitHub Desktop.
wine installation for SteuerSparErklärung 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -ex | |
export WINEPREFIX=~/.wine-sse2023 | |
# install winetricks via https://github.com/Winetricks/winetricks | |
winetricks settings win10 | |
#winetricks --self-update | |
#winetricks --force vcrun2022 | |
winetricks crypt32 | |
winetricks -q crypt32 | |
winetricks fontsmooth=rgb | |
winetricks mspatcha | |
echo $WINEPREFIX | |
wine Win-SteuerSparErklaerung_28.32.67.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
invokation
$ wine --version
wine-9.9