Skip to content

Commit 0388a19

Browse files
committed
Use the buildkite owned repo URL
1 parent 6e101a1 commit 0388a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packer/linux/scripts/install-lifecycled.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ echo "Installing lifecycled ${LIFECYCLED_VERSION}..."
1515

1616
sudo touch /etc/lifecycled
1717
sudo curl -Lf -o /usr/bin/lifecycled \
18-
https://github.com/lox/lifecycled/releases/download/${LIFECYCLED_VERSION}/lifecycled-linux-${ARCH}
18+
https://github.com/buildkite/lifecycled/releases/download/${LIFECYCLED_VERSION}/lifecycled-linux-${ARCH}
1919
sudo chmod +x /usr/bin/lifecycled
2020
sudo curl -Lf -o /etc/systemd/system/lifecycled.service \
21-
https://raw.githubusercontent.com/lox/lifecycled/${LIFECYCLED_VERSION}/init/systemd/lifecycled.unit
21+
https://raw.githubusercontent.com/buildkite/lifecycled/${LIFECYCLED_VERSION}/init/systemd/lifecycled.unit
2222

0 commit comments

Comments
 (0)