mirror of
https://github.com/aclist/dztui.git
synced 2025-01-01 15:12:05 +01:00
Stage proper Steam Deck directory
This commit is contained in:
parent
264b0aa6f2
commit
999734ef10
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ deck_install(){
|
||||||
pacman -Qi lib32-gcc-libs 2>/dev/null 1>&2
|
pacman -Qi lib32-gcc-libs 2>/dev/null 1>&2
|
||||||
rc=$?
|
rc=$?
|
||||||
[[ ! $rc -eq 0 ]] && return 1
|
[[ ! $rc -eq 0 ]] && return 1
|
||||||
|
test_dir
|
||||||
if [[ ! -f $HOME/.local/share/dzgui/helpers/steamcmd ]]; then
|
if [[ ! -f $HOME/.local/share/dzgui/helpers/steamcmd ]]; then
|
||||||
local tarball="steamcmd_linux.tar.gz"
|
local tarball="steamcmd_linux.tar.gz"
|
||||||
mkdir -p $HOME/.local/share/dzgui/helpers/steamcmd
|
mkdir -p $HOME/.local/share/dzgui/helpers/steamcmd
|
||||||
|
|
Loading…
Reference in a new issue