Support Raspbian

This commit is contained in:
knqyf263
2017-02-12 17:47:23 +09:00
parent 00660485b7
commit bee25f5aa2
2 changed files with 18 additions and 4 deletions

View File

@@ -490,7 +490,7 @@ func setupCangelogCache() error {
needToSetupCache := false
for _, s := range servers {
switch s.getDistro().Family {
case "ubuntu", "debian":
case "ubuntu", "debian", "raspbian":
needToSetupCache = true
break
}