Advertisement
nuggt69

Untitled

Feb 9th, 2020
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. dpkg --add-architecture i386;
  2. wget -nc https://dl.winehq.org/wine-builds/winehq.key;
  3. wget -nc https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/Release.key;
  4. apt-key add winehq.key;
  5. apt-key add Release.key;
  6. echo "deb https://dl.winehq.org/wine-builds/debian/ buster main" >> /etc/apt/sources.list;
  7. echo "deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./" >> /etc/apt/sources.list;
  8. apt update;
  9. apt install --install-recommends -y winehq-staging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement