1
0
Fork 0
pre-commit/testing/get-lua.sh

6 lines
129 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
set -euo pipefail
# Install the runtime and package manager.
sudo apt install lua5.3 liblua5.3-dev luarocks