mirror of
https://github.com/aclist/dztui.git
synced 2025-04-06 12:33:01 +02:00
Drop credential based login
This commit is contained in:
parent
a143cc4496
commit
0f36a54722
1 changed files with 1 additions and 2 deletions
3
dztui.sh
3
dztui.sh
|
@ -23,7 +23,6 @@ debug=0
|
|||
#STEAMCMD CONFIG===========
|
||||
auto_install_mods=1
|
||||
steamcmd_user="steam"
|
||||
steam_username="STEAMUSER"
|
||||
staging_dir="/tmp"
|
||||
#END STEAMCMD CONFIG=======
|
||||
|
||||
|
@ -186,7 +185,7 @@ move_files(){
|
|||
rm -r "$staging_dir"/steamapps
|
||||
}
|
||||
auto_mod_download(){
|
||||
sudo -iu steam bash -c "$steamcmd_path +force_install_dir $staging_dir +login $steam_username $(steamcmd_modlist) +quit" $steamcmd_user
|
||||
sudo -iu steam bash -c "$steamcmd_path +force_install_dir $staging_dir +login anonymous $(steamcmd_modlist) +quit" $steamcmd_user
|
||||
[[ "$(ls -A $staging_dir/steamapps)" ]] && move_files || return 1
|
||||
}
|
||||
find_steam_cmd(){
|
||||
|
|
Loading…
Reference in a new issue