mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# Install the runtime and package manager.
|
|
sudo apt install lua5.3 liblua5.3-dev luarocks
|