Skip to content

Commit 2a1f7ec

Browse files
committed
Update README.md
1 parent f280029 commit 2a1f7ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ All Arch-based distributions
1818
- [x] Debug mode
1919
- [x] Terminal mode (various terminals supported)
2020
- [x] Logging mode
21-
- [x] Shell mode or open file in SHELL (with access to all lutris-wine functions)
21+
- [x] SHELL mode or open file in SHELL (with access to all lutris-wine functions)
2222
- [x] CMD mode or open file in CMD
2323
- [x] Wine Manager (Lutris, GloriousEggroll, Kron4ek)
2424
- [x] System Wine Support

usr/share/lutris-wine/db/LeagueClient.lwdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
unset -f loadbar_cover
33

44
check_deps() {
5-
if [ -z "$(which openssl)" ]
5+
if [ -z "$(which openssl 2>/dev/null)" ]
66
then
77
dialog --warning --text="Install openssl in your system!"
88
return 1

0 commit comments

Comments
 (0)