From 5128507a29703d8eb466524e1d2f23847690e300 Mon Sep 17 00:00:00 2001 From: damachine Date: Fri, 24 Oct 2025 02:21:46 +0200 Subject: [PATCH] bump: VERSION to v0.20.2 - fix small typo in fzf menu header text --- tkginstaller.sh | 4 ++-- tkginstaller.sh.sha256sum | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tkginstaller.sh b/tkginstaller.sh index 6025c31..d721176 100755 --- a/tkginstaller.sh +++ b/tkginstaller.sh @@ -56,7 +56,7 @@ # shellcheck disable=SC2218 # TKG-Installer VERSION definition -_tkg_version="v0.20.1" +_tkg_version="v0.20.2" # Lock file to prevent concurrent execution of the script _lock_file="/tmp/tkginstaller.lock" @@ -1270,7 +1270,7 @@ __menu() { ' # Define header and footer texts for fzf menu display with TKG version info and instructions - local _header_text="🐸 TKG-Installer ─ Editor menu${_break}${_break} Edit external configuration file${_break} Default directory: ~/.config/frogminer/" + local _header_text="🐸 TKG-Installer${_break}${_break} Easily build the TKG packages from the Frogging-Family repositories." local _footer_text="📝 Use arrow keys or 🖱️ mouse to navigate, Enter to select, ESC to exit${_break}🔄 Press Ctrl+P to toggle preview window${_break}🐸 Frogging-Family: https://github.com/Frogging-Family${_break}🌐 About: https://github.com/damachine/tkginstaller" local _border_label_text="${_tkg_version}" local _preview_window_settings='right:wrap:60%' diff --git a/tkginstaller.sh.sha256sum b/tkginstaller.sh.sha256sum index 6b7f897..cb2d562 100644 --- a/tkginstaller.sh.sha256sum +++ b/tkginstaller.sh.sha256sum @@ -1 +1 @@ -de14e3ef0cdafcc3ce883dd80d6947649146f0b69a4c85370d4ddfc067a8b649 \ No newline at end of file +ce986791fc5b2250dcfad6e879b76a661649c9d3072280ae731436a4a51f9fd6 \ No newline at end of file