mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-21 04:56:12 +00:00
Add GPG signature verification
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ func downloadFile(barText, u, filepath string, perm os.FileMode) error {
|
||||
defer file.Close()
|
||||
|
||||
// Create progress bar
|
||||
bar := createProgressBar(resp.ContentLength, barText, false)
|
||||
bar := createProgressBar(resp.ContentLength, barText, barText == "")
|
||||
defer bar.Close()
|
||||
|
||||
// Copy data
|
||||
|
||||
Reference in New Issue
Block a user