This commit is contained in:
Asher 2020-11-02 17:17:09 -06:00
parent e07a591745
commit 6fbbb1047f
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -25,7 +25,7 @@ main() {
esac
OS="$(uname | tr '[:upper:]' '[:lower:]')"
if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent ; then
if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent; then
chmod +x ./lib/coder-cloud-agent
else
echo "Failed to download cloud agent; --link will not work"