chore: remove jq check as it's not used anymore

This commit is contained in:
Jan Bader 2025-01-03 00:29:20 +01:00
parent 6c38703cf2
commit 95c91b530f

View File

@ -83,12 +83,6 @@ func main() {
os.Exit(0) os.Exit(0)
} }
// Check for jq
if _, err := exec.LookPath("jq"); err != nil {
fmt.Println("please install 'jq'")
os.Exit(-4)
}
fmt.Println("Settings:") fmt.Println("Settings:")
if *uploadMissing { if *uploadMissing {
fmt.Println(" - UPLOAD files? YES") fmt.Println(" - UPLOAD files? YES")