mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
5 lines
129 B
Bash
Executable file
5 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
|