Simplify rsync implementation (#61)

This commit is contained in:
Itxaka
2023-06-20 12:18:31 +02:00
committed by GitHub
parent 75586ad601
commit 738bfbdb69
6 changed files with 62 additions and 60 deletions

View File

@@ -115,6 +115,8 @@ const (
Archx86 = "x86_64"
ArchArm64 = "arm64"
SignedShim = "shim.efi"
Rsync = "rsync"
)
func GetCloudInitPaths() []string {