Created
August 17, 2024 07:59
-
-
Save lkwg82/4e04c279062dbb53484a4fa73334c271 to your computer and use it in GitHub Desktop.
ss24_installation.sh
This file contains 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-sse2024 | |
# download from https://download.steuertipps.de/software/SSE29Standard | |
# install winetricks via https://github.com/Winetricks/winetricks | |
winetricks settings win10 | |
echo $WINEPREFIX | |
wine Win-SteuerSparErklaerung_29.33.56.exe | |
wine-9.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment