This commit is contained in:
Vrganj 2021-01-23 22:45:42 +01:00
parent d86eb04dec
commit 1c1fa316e5
6 changed files with 30 additions and 0 deletions

View file

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