mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
fix(flatpak) remove debug code
This commit is contained in:
parent
5fd40cf3af
commit
3ebc561611
1 changed files with 1 additions and 2 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=3.3.0-rc.1
|
||||
version=3.3.0-rc.2
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
@ -1787,7 +1787,6 @@ update_sbp_cmd(){
|
|||
steam_deps(){
|
||||
local flatpak steam new_cmd
|
||||
flatpak=$(flatpak list | grep valvesoftware.Steam)
|
||||
flatpak="yes"
|
||||
steam=$(command -v steam)
|
||||
if [[ -z "$steam" ]] && [[ -z "$flatpak" ]]; then
|
||||
warn "Requires Steam or Flatpak Steam"
|
||||
|
|
Loading…
Reference in a new issue