1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +02:00

Text fixes

This commit is contained in:
aclist 2022-10-12 00:28:26 +09:00
parent fe580f04d4
commit 24b04dc40c
2 changed files with 3 additions and 7 deletions

View file

@ -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.
![Alt text](/images/example.png)

View file

@ -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(){