Automate installation of DXVK, D9VK + Wine/Wine Staging & update GPU drivers + PlayonLinux wineprefixes (Debian/Ubuntu/Mint/Arch Linux/Manjaro)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.0 KiB

5 years ago
  1. # pol-wine-dxvk
  2. Automate installation of the newest DXVK + Wine Staging into all your PlayonLinux wineprefixes (Arch Linux)
  3. **IMPORTANT** Set your username correctly to _USER_ variable. This variable is defined at the beginning of `updatewine.sh` shell script.
  4. ## Usage
  5. Run with sudo
  6. ```
  7. sudo bash ./updatewine.sh
  8. ```
  9. **NOTE:** All commands are executed as user (defined above). Only commands which require root permissions are ones which install packages wine-staging-git and dxvk into your system.
  10. All regular user commands have prefix 'cmd' in the main script.
  11. ### Switches:
  12. **--refresh**
  13. - Check for new Staging/DXVK releases, update PoL Wine prefixes if needed
  14. - Does a comparison between local & remote git repos
  15. **--check**
  16. - Check for new Staging/DXVK releases
  17. - Does a comparison between local & remote git repos
  18. **--force**
  19. - Force Wine Staging & DXVK installation
  20. ---------------------------
  21. ### LICENSE
  22. This repository uses GPLv3 license. See [LICENSE](https://github.com/Fincer/pol-wine-dxvk/blob/master/LICENSE) for details.