Skip to content

Commit 46de4ab

Browse files
Merge pull request #1 from depot/dl-api
2 parents 3eb0229 + 7c8eef1 commit 46de4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-data.sh.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
exec > >(tee /var/log/user-data.log | logger -t user-data -s 2>/dev/console) 2>&1
44

55
# Install latest machine-agent
6-
wget -O /tmp/machine-agent.tar.gz "https://depot.dev/api/machine-agent/download/linux/$(uname -m)/latest"
6+
wget -O /tmp/machine-agent.tar.gz "https://dl.depot.dev/machine-agent/download/linux/$(uname -m)/latest"
77
tar -zxf /tmp/machine-agent.tar.gz --strip-components=1 --directory /usr/bin bin/machine-agent
88
/usr/bin/machine-agent --version
99

0 commit comments

Comments
 (0)