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 1471670 commit b87c2b0Copy full SHA for b87c2b0
terraform/templates/discourse_init.sh
@@ -34,5 +34,5 @@ SSHD_CONFIG
34
service ssh restart
35
36
mkdir -p /usr/local/sbin
37
-curl -o /usr/local/sbin/mitamae https://github.com/itamae-kitchen/mitamae/releases/download/v$${mitamae_version}/mitamae-x86_64-linux
+curl -fsSL -o /usr/local/sbin/mitamae https://github.com/itamae-kitchen/mitamae/releases/download/v$${mitamae_version}/mitamae-x86_64-linux
38
chmod 755 /usr/local/sbin/mitamae
0 commit comments