nuggt69

Untitled

May 8th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #!/bin/bash
  2. apt update
  3. wget -nc https://dl.winehq.org/wine-builds/winehq.key -O /tmp/winehq.key
  4. apt-key add /tmp/winehq.key
  5. apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
  6. apt install -y software-properties-common
  7. add-apt-repository ppa:deadsnakes/ppa
  8. apt update
  9. apt install -y python3.7 python3.7-dev python3.7-venv
  10. apt install -y --install-recommends wine-stable
  11. winecfg
  12. apt install -y pkg-config python3-pip virtualenv libcairo2-dev libgirepository1.0-dev libgtk-3-0 libgtk-3-bin libdbus-1-dev gobject-introspection gir1.2-gtk-3.0
  13. git clone https://gitlab.com/brinkervii/grapejuice
  14. cd ./grapejuice
  15. python3.7 ./install.py
Add Comment
Please, Sign In to add comment