Reorder compose command options
This commit is contained in:
parent
2dff593d56
commit
a3c69ddc39
2
build.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user