Skip to content

Instantly share code, notes, and snippets.

@sulincix
Created October 7, 2021 06:28
Show Gist options
  • Save sulincix/51d2e020c549538cd196c8a8346522ed to your computer and use it in GitHub Desktop.
Save sulincix/51d2e020c549538cd196c8a8346522ed to your computer and use it in GitHub Desktop.
Install wine to etap19
#!/bin/bash
# Aşağıdaki betiği indirin ve root ile çalıştırın
cd /tmp
dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
apt-key add winehq.key
echo "deb https://dl.winehq.org/wine-builds/debian/ buster main" > /etc/apt/sources.list.d/wine.list
apt update
apt install --install-recommends winehq-stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment