From 2af1d0266e59716c21f75523737f5986ef2865b3 Mon Sep 17 00:00:00 2001 From: roboogg133 Date: Wed, 30 Jul 2025 22:24:28 -0300 Subject: [PATCH] improved installing unpacking message --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 713a548..62ab856 100644 --- a/src/main.go +++ b/src/main.go @@ -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 {