Created
March 6, 2022 13:13
-
-
Save joellobo/b615c98ba61a4481ddec71945d1c7592 to your computer and use it in GitHub Desktop.
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
sudo apt install wine64 | |
wget -nc https://dl.winehq.org/wine-builds/winehq.key | |
sudo apt-key add winehq.key | |
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main' | |
sudo apt update | |
sudo apt install --install-recommends winehq-stable | |
mkdir -p ~/build/safari | |
cd ~/build/safari | |
wget http://appldnld.apple.com/Safari5/041-5487.20120509.INU8B/SafariSetup.exe | |
wine SafariSetup.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment