Skip to content

Commit b87c2b0

Browse files
committed
Fix curl option to download mitamae
1 parent 1471670 commit b87c2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/templates/discourse_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ SSHD_CONFIG
3434
service ssh restart
3535

3636
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
37+
curl -fsSL -o /usr/local/sbin/mitamae https://github.com/itamae-kitchen/mitamae/releases/download/v$${mitamae_version}/mitamae-x86_64-linux
3838
chmod 755 /usr/local/sbin/mitamae

0 commit comments

Comments
 (0)