From a3c69ddc39e9fdc57f66c6f3b3aaacfa368a4542 Mon Sep 17 00:00:00 2001 From: Richard Arends Date: Mon, 6 Jun 2022 12:35:33 +0200 Subject: [PATCH] Reorder compose command options --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a944e2e..e688e48 100755 --- a/build.sh +++ b/build.sh @@ -8,5 +8,5 @@ Error () { sudo rm -rf ./build || Error mkdir -p ./build/{repo,cache} || Error ostree --repo=build/repo init --mode=archive || Error -sudo rpm-ostree --unified-core compose tree --cachedir=./build/cache --repo=./build/repo config/manifest.yaml || Error +sudo rpm-ostree compoe tree --unified-core --cachedir=./build/cache --repo=./build/repo config/manifest.yaml || Error sudo rsync -av --delete ./build/repo root@192.168.122.89:/var/www/html/ostree/ || Error