mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03: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.
|
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.
|
|
||||||
|
|
||||||

|

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