Advertisement
nuggt69

Untitled

Nov 6th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/sh
  2. 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/winehq.list;apt update;apt install --install-recommends winehq-stable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement