install dig and curl dependencies

This commit is contained in:
lollerfirst
2025-08-24 17:44:59 +02:00
parent 86e35914a9
commit 6c4b0d7ed3
+2 -2
View File
@@ -33,9 +33,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install jq and nak
- name: Install required dependencies
run: |
sudo apt-get update && sudo apt-get install -y jq
sudo apt-get update && sudo apt-get install -y jq curl dnsutils
wget https://github.com/fiatjaf/nak/releases/download/v0.15.3/nak-v0.15.3-linux-amd64
sudo mv nak-v0.15.3-linux-amd64 /usr/local/bin/nak
sudo chmod +x /usr/local/bin/nak