1
0
Fork 0
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:
aclist 2022-10-08 14:13:00 +09:00
parent 264b0aa6f2
commit 999734ef10

View file

@ -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