Skip to content

Commit

Permalink
added chmod +x to py scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieporth1 committed Feb 22, 2024
1 parent 0730246 commit dccc473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file modified scripts/apkg-tools_py3.py
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

chmod +x ./scripts/apkg-tools_py3.py

RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/tailscale/tailscale/tags" | jq -r '.[0].name' | awk -F'v' '{print $2}')
NAME=tailscale_${RELEASE_VERSION}_${ARCH}

Expand Down

0 comments on commit dccc473

Please sign in to comment.