WheezyE / Winelink

Installation scripts for running Winlink (RMS Express/Trimode & VARA) on non-Windows computers. Wine & Box86 make this project possible.
68 stars 18 forks source link

Manual entry for WineHQ key entry. #49

Closed nomore1007 closed 1 year ago

nomore1007 commented 1 year ago

Had to run "sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key" before running install script. I am using Mint 21 Cinnamon.

WheezyE commented 1 year ago

Thanks for the heads up. Is this with the latest commit on the patch-5 branch? WineHQ has an error on their wiki page that tells users to install the GPG key into the wrong directory - I think I already fixed it though

WheezyE commented 1 year ago

For example: does running these commands work?

wget https://raw.githubusercontent.com/WheezyE/Winelink/WheezyE-patch-5/install_winelink.sh
bash install_winelink.sh

Thank you again for looking out

nomore1007 commented 1 year ago

Yes this was with the latest patch-5 branch. I used that command, I had to figure it out :) I did see what I thought was the right command in your code, but I wasn't too sure how it worked to verify or edit it myself with any certainty.

Happy to help. This script worked great on my Pi4 64.

WheezyE commented 1 year ago

I think after merging #53, we can close this. The key shouldn't have any more problems now that WineHQ is aware of their .sources file issue.