Skip to content

Instantly share code, notes, and snippets.

@lkwg82
Created August 17, 2024 07:59
Show Gist options
  • Save lkwg82/4e04c279062dbb53484a4fa73334c271 to your computer and use it in GitHub Desktop.
Save lkwg82/4e04c279062dbb53484a4fa73334c271 to your computer and use it in GitHub Desktop.
ss24_installation.sh
#!/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