File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,8 @@ sudo tee /etc/systemd/system/tpi-task.service > /dev/null <<END
61
61
WantedBy=default.target
62
62
END
63
63
64
- curl --location --remote-name https://github.com/iterative/terraform-provider-iterative/releases/latest/download/terraform-provider-iterative_linux_amd64
65
- # TODO: replace download location with https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64
66
- sudo mv terraform-provider-iterative* /usr/bin/leo
64
+ curl --location --remote-name https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64
65
+ sudo mv leo* /usr/bin/leo
67
66
sudo chmod u=rwx,g=rx,o=rx /usr/bin/leo
68
67
sudo chown root:root /usr/bin/leo
69
68
Original file line number Diff line number Diff line change @@ -61,9 +61,8 @@ sudo tee /etc/systemd/system/tpi-task.service > /dev/null <<END
61
61
WantedBy=default.target
62
62
END
63
63
64
- curl --location --remote-name https://github.com/iterative/terraform-provider-iterative/releases/latest/download/terraform-provider-iterative_linux_amd64
65
- # TODO: replace download location with https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64
66
- sudo mv terraform-provider-iterative* /usr/bin/leo
64
+ curl --location --remote-name https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64
65
+ sudo mv leo* /usr/bin/leo
67
66
sudo chmod u=rwx,g=rx,o=rx /usr/bin/leo
68
67
sudo chown root:root /usr/bin/leo
69
68
Original file line number Diff line number Diff line change @@ -61,9 +61,8 @@ sudo tee /etc/systemd/system/tpi-task.service > /dev/null <<END
61
61
WantedBy=default.target
62
62
END
63
63
64
- curl --location --remote-name https://github.com/iterative/terraform-provider-iterative/releases/latest/download/terraform-provider-iterative_linux_amd64
65
- # TODO: replace download location with https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64
66
- sudo mv terraform-provider-iterative* /usr/bin/leo
64
+ curl --location --remote-name https://github.com/iterative/terraform-provider-iterative/releases/latest/download/leo_linux_amd64
65
+ sudo mv leo* /usr/bin/leo
67
66
sudo chmod u=rwx,g=rx,o=rx /usr/bin/leo
68
67
sudo chown root:root /usr/bin/leo
69
68
You can’t perform that action at this time.
0 commit comments