We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f280029 commit 2a1f7ecCopy full SHA for 2a1f7ec
2 files changed
README.md
@@ -18,7 +18,7 @@ All Arch-based distributions
18
- [x] Debug mode
19
- [x] Terminal mode (various terminals supported)
20
- [x] Logging mode
21
-- [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)
22
- [x] CMD mode or open file in CMD
23
- [x] Wine Manager (Lutris, GloriousEggroll, Kron4ek)
24
- [x] System Wine Support
usr/share/lutris-wine/db/LeagueClient.lwdb
@@ -2,7 +2,7 @@
2
unset -f loadbar_cover
3
4
check_deps() {
5
- if [ -z "$(which openssl)" ]
+ if [ -z "$(which openssl 2>/dev/null)" ]
6
then
7
dialog --warning --text="Install openssl in your system!"
8
return 1
0 commit comments