We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e101a1 commit 0388a19Copy full SHA for 0388a19
packer/linux/scripts/install-lifecycled.sh
@@ -15,8 +15,8 @@ echo "Installing lifecycled ${LIFECYCLED_VERSION}..."
15
16
sudo touch /etc/lifecycled
17
sudo curl -Lf -o /usr/bin/lifecycled \
18
- https://github.com/lox/lifecycled/releases/download/${LIFECYCLED_VERSION}/lifecycled-linux-${ARCH}
+ https://github.com/buildkite/lifecycled/releases/download/${LIFECYCLED_VERSION}/lifecycled-linux-${ARCH}
19
sudo chmod +x /usr/bin/lifecycled
20
sudo curl -Lf -o /etc/systemd/system/lifecycled.service \
21
- https://raw.githubusercontent.com/lox/lifecycled/${LIFECYCLED_VERSION}/init/systemd/lifecycled.unit
+ https://raw.githubusercontent.com/buildkite/lifecycled/${LIFECYCLED_VERSION}/init/systemd/lifecycled.unit
22
0 commit comments