mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 22:45:18 +00:00
install dig and curl dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user