mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
export \
|
|
DEBIAN_FRONTEND='noninteractive' \
|
|
LC_ALL='C'
|
|
|
|
sudo apt update && sudo apt --assume-yes install ansible ansible-lint
|