Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Jan 22, 2022
1 parent f280029 commit 2a1f7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All Arch-based distributions
- [x] Debug mode
- [x] Terminal mode (various terminals supported)
- [x] Logging mode
- [x] Shell mode or open file in SHELL (with access to all lutris-wine functions)
- [x] SHELL mode or open file in SHELL (with access to all lutris-wine functions)
- [x] CMD mode or open file in CMD
- [x] Wine Manager (Lutris, GloriousEggroll, Kron4ek)
- [x] System Wine Support
Expand Down
2 changes: 1 addition & 1 deletion usr/share/lutris-wine/db/LeagueClient.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
unset -f loadbar_cover

check_deps() {
if [ -z "$(which openssl)" ]
if [ -z "$(which openssl 2>/dev/null)" ]
then
dialog --warning --text="Install openssl in your system!"
return 1
Expand Down

0 comments on commit 2a1f7ec

Please sign in to comment.