Skip to content

Commit

Permalink
refactor: netcat -> netcat-openbsd로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Jan 26, 2025
1 parent 7c67ba1 commit bd56793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Deploy!
run: |
sudo apt-get update
sudo apt-get install -y curl netcat openssh-client
sudo apt-get install -y curl netcat-openbsd openssh-client
curl -L "https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64" \
-o /usr/local/bin/cloudflared
chmod +x /usr/local/bin/cloudflared
Expand Down

0 comments on commit bd56793

Please sign in to comment.