mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +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
|
||||
rc=$?
|
||||
[[ ! $rc -eq 0 ]] && return 1
|
||||
test_dir
|
||||
if [[ ! -f $HOME/.local/share/dzgui/helpers/steamcmd ]]; then
|
||||
local tarball="steamcmd_linux.tar.gz"
|
||||
mkdir -p $HOME/.local/share/dzgui/helpers/steamcmd
|
||||
|
|
Loading…
Reference in a new issue