piston/var/install.txt

15 lines
271 B
Plaintext
Raw Normal View History

# create and start container
lxc-create -t download -n piston -- --dist ubuntu --release bionic --arch amd64
./start
# open a shell to the container
./shell
# run everything located in container/install.sh
2021-01-21 20:43:47 +01:00
# leave container
exit
# optionally run tests
./test_all_lxc