feat: implement list of available distros
This commit is contained in:
@ -47,6 +47,10 @@ func (d Debian) ID() distro.ID {
|
||||
return distro.Debian
|
||||
}
|
||||
|
||||
func (d Debian) Release() string {
|
||||
return d.release.String()
|
||||
}
|
||||
|
||||
func (d Debian) Equal(dd distro.Distro) bool {
|
||||
if dd.ID != distro.Debian {
|
||||
return false
|
||||
|
Reference in New Issue
Block a user