Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Jan 15, 2024
1 parent e81c388 commit 74597dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: |
sudo sed -i '/--port 41641/ s/$/\n --tun=userspace-networking \\/' /etc/init.d/tailscaled
sudo sed -i 's|--socket=/run/tailscale/tailscaled.sock|--socket=/var/run/tailscale/tailscaled.sock|' /etc/init.d/tailscaled
sudo --preserve-env=TAILSCALE_AUTHKEY /etc/init.d/tailscaled start
until sudo tailscale up
/etc/init.d/tailscaled start
until tailscale up
do
sleep 0.1
done
Expand All @@ -31,4 +31,4 @@ jobs:
curl -O https://ash-speed.hetzner.com/100MB.bin
- name: Send files with Tailscale to fixed target
run: |
sudo tailscale file cp /tmp/Downloads/* wint14:
tailscale file cp /tmp/Downloads/* wint14:

0 comments on commit 74597dc

Please sign in to comment.