This commit is contained in:
Vrganj 2021-01-15 20:40:18 +01:00
parent 3f301b8c1f
commit 6fdf2d6061
3 changed files with 20 additions and 29 deletions

View file

@ -69,6 +69,10 @@ echo 'nasm'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
echo '---'
echo 'nasm64'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
echo '---'
echo 'node'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "node --version"
echo '---'