Add GPG signature verification

This commit is contained in:
2026-02-24 18:50:50 +02:00
parent 45721cfc43
commit 95dee0560a
5 changed files with 394 additions and 11 deletions
+1 -1
View File
@@ -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