improved installing unpacking message

This commit is contained in:
2025-07-30 22:24:28 -03:00
parent c554dcfcfd
commit 2af1d0266e

View File

@@ -442,7 +442,7 @@ func Install(packagepath string, serial uint) error {
bar := progressbar.NewOptions64(
totalsize,
progressbar.OptionSetDescription("[2/2] Installing ..."),
progressbar.OptionSetDescription("[2/2] Unpacking ..."),
progressbar.OptionSetWriter(os.Stdout),
)
for {