mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-10 17:18:37 +08:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
apt update && apt install --no-install-recommends -y jq >&2
|