1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +02:00

Set Steam Deck dir earlier

This commit is contained in:
aclist 2022-10-08 14:48:09 +09:00
parent 9ec30e7ba6
commit b37420cdd0
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -o pipefail
version=2.8.0-rc.13
version=2.8.0-rc.14
aid=221100
game="dayz"

View file

@ -82,6 +82,7 @@ auto_mod_download(){
[[ -z $steam_username ]] && { fail "Username can't be empty"; continue; }
[[ -n $steam_username ]] && break
done
test_dir
if [[ -d "$staging_dir/steamapps" ]]; then
log "Sanitizing $staging_dir"
if [[ $staging_dir == "/tmp" ]]; then
@ -96,7 +97,6 @@ auto_mod_download(){
tput civis
[[ ${#ids[@]} -gt 1 ]] && s=s
tput cnorm
test_dir
log "Staging dir is $staging_dir"
steamcmd_modlist > "/tmp/mods.txt"
log "Preparing to download ${#ids[@]} mod$s. This may take some time. Abort with Ctrl+c."