Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix on the installation script #1586

Closed
ShironCat opened this issue Aug 14, 2020 · 1 comment
Closed

Quick fix on the installation script #1586

ShironCat opened this issue Aug 14, 2020 · 1 comment

Comments

@ShironCat
Copy link
Contributor

I just installed winetricks on my machine and, in doing so, I've faced a small problem with the script. The systemd service created gives an error 203.

After searching a bit, I figured the problem is in this line:

ExecStart=/usr/bin/update_winetricks

According to this post on StackOverflow, this line should be ExecStart=/bin/bash /usr/bin/update_winetricks instead.

I am aware that a rewrite of the README install section is being discussed on #1192, but since this problem has such an easy solution, I'll submit a PR to fix this while that is done.

@austin987
Copy link
Contributor

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants