Browse Source

Add whois installation to ci/cd

pull/3/head
Lord Alfred 3 years ago
parent
commit
2fd4ddb6f1
  1. 3
      .github/workflows/update.yml

3
.github/workflows/update.yml

@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install WHOIS client
run: sudo apt install -y whois
- name: Download IPs
run: |
bash google/downloader.sh

Loading…
Cancel
Save