diff --git a/examples/wmaker.yaml b/examples/wmaker.yaml index 35d635d..76121db 100644 --- a/examples/wmaker.yaml +++ b/examples/wmaker.yaml @@ -29,10 +29,10 @@ packages: - vim-nox - xinit runcmd: - - [su, -, ubuntu, -c, "git clone https://github.com/gryf/wmaker -b experimental"] - - [su, -, ubuntu, -c, "git clone https://github.com/gryf/vmstrap"] - - [su, -, ubuntu, -c, "vmstrap/bootstrap.sh -c"] - - [rm, -fr, /home/ubuntu/vmstrap] + - su - ubuntu -c "git clone https://github.com/gryf/wmaker -b experimental" + - su - ubuntu -c "git clone https://github.com/gryf/vmstrap" + - su - ubuntu -c "vmstrap/bootstrap.sh -c" + - rm -fr /home/ubuntu/vmstrap boxpy_data: key: vm cpus: 4