This commit is contained in:
Vrganj 2021-01-23 22:09:00 +01:00
parent b64598763d
commit e9f85c4eee
5 changed files with 17 additions and 0 deletions

View file

@ -29,6 +29,10 @@ echo "elixir"
lxc-attach --clear-env -n piston -- /bin/bash -l -c "elixir --version"
echo '---'
echo 'dash'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "dpkg -s dash"
echo '---'
echo 'deno'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "deno --version"
echo '---'