feat(os): support debian 12 (#1676)
* feat(os): support debian 12 * chore(scanner/debian): remove unneeded warn log --------- Co-authored-by: MaineK00n <mainek00n.1229@gmail.com>
This commit is contained in:
		@@ -31,7 +31,7 @@ func (deb Debian) supported(major string) bool {
 | 
			
		||||
		"9":  "stretch",
 | 
			
		||||
		"10": "buster",
 | 
			
		||||
		"11": "bullseye",
 | 
			
		||||
		// "12": "bookworm",
 | 
			
		||||
		"12": "bookworm",
 | 
			
		||||
		// "13": "trixie",
 | 
			
		||||
		// "14": "forky",
 | 
			
		||||
	}[major]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user