diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index 78d374c..051a1f5 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -39,7 +39,7 @@ func getPlatformLike() { os.Exit(1) } switch platformInfo.Platform { - case "ubuntu", "debian": + case "ubuntu", "debian", "raspbian": PlatformLike = "debian" case "centos", "rhel", "redhat", "amazon", "amzn", "fedora", "rocky", "oracle", "ol": PlatformLike = "rhel"