kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.35k stars 151 forks source link

fix: skip printf % interpretation #463

Closed kennycallado closed 6 months ago

kennycallado commented 7 months ago

Quick fix for the installation script. Resolve the issue of printf interpretation for '%' printing the release notes, uses echo -e instead.