summaryrefslogtreecommitdiffstats
path: root/testing/get-lua.sh
blob: 580e24772c68d550544c2a8bcf9243e6998f90d5 (plain)
1
2
3
4
5
#!/usr/bin/env bash
set -euo pipefail

# Install the runtime and package manager.
sudo apt install lua5.3 liblua5.3-dev luarocks