Skip to content

Commit

Permalink
update tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
justunsix authored Feb 24, 2024
1 parent b070d19 commit 55af508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: echo 'init script' # runs during prebuild
command: sudo apt-get update && sudo apt-get install tailscale # Make sure tailscale is up to date
command: sudo apt-get update && sudo apt-get install tailscale -y # Make sure tailscale is up to date
- name: tailscaled
command: |
if [ -n "${TAILSCALE_STATE_MYPROJECT}" ]; then
Expand Down Expand Up @@ -47,4 +47,4 @@ ports:
onOpen: open-preview
vscode:
extensions:
- yzhang.markdown-all-in-one
- yzhang.markdown-all-in-one

0 comments on commit 55af508

Please sign in to comment.