mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
Text fixes
This commit is contained in:
parent
fe580f04d4
commit
24b04dc40c
2 changed files with 3 additions and 7 deletions
|
@ -12,8 +12,4 @@ DZGUI allows you to connect to both official and modded/community DayZ servers o
|
|||
|
||||
Refer to the [manual](https://aclist.github.io/dzgui/dzgui.html) for installation and setup instructions, a feature-by-feature breakdown, and Steam integration tutorials.
|
||||
|
||||
## Setup and usage
|
||||
|
||||
Refer to the [manual](https://aclist.github.io/dzgui/dzgui.html) for installation and setup instructions, a feature-by-feature breakdown, and Steam integration tutorials.
|
||||
|
||||

|
||||
|
|
6
dzgui.sh
6
dzgui.sh
|
@ -1294,9 +1294,9 @@ server_browser(){
|
|||
}
|
||||
|
||||
mods_disk_size(){
|
||||
printf "Total size on disk: %s |" $(du -sh "$game_dir" | awk '{print $1}')
|
||||
printf "Mods location: $steam_path/steamapps/workshop/content/221100"
|
||||
|
||||
printf "Total size on disk: %s | " $(du -sh "$game_dir" | awk '{print $1}')
|
||||
printf "%s mods | " $(ls -1 "$game_dir" | wc -l)
|
||||
printf "Location: %s/steamapps/workshop/content/221100" "$steam_path"
|
||||
}
|
||||
|
||||
main_menu(){
|
||||
|
|
Loading…
Reference in a new issue