improved installing unpacking message
This commit is contained in:
@@ -442,7 +442,7 @@ func Install(packagepath string, serial uint) error {
|
|||||||
|
|
||||||
bar := progressbar.NewOptions64(
|
bar := progressbar.NewOptions64(
|
||||||
totalsize,
|
totalsize,
|
||||||
progressbar.OptionSetDescription("[2/2] Installing ..."),
|
progressbar.OptionSetDescription("[2/2] Unpacking ..."),
|
||||||
progressbar.OptionSetWriter(os.Stdout),
|
progressbar.OptionSetWriter(os.Stdout),
|
||||||
)
|
)
|
||||||
for {
|
for {
|
||||||
|
|||||||
Reference in New Issue
Block a user