From 6f7745cf021062f416f27aa0688d39bd91c80128 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 25 May 2018 15:30:07 -0400 Subject: [PATCH] Update command to install salt --- docs/salt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/salt.md b/docs/salt.md index 3ee283d5..5e15e838 100644 --- a/docs/salt.md +++ b/docs/salt.md @@ -256,7 +256,7 @@ see the [instructions below](#enabling-a-new-salt-minion). Install the Salt minion: ```console -$ curl https://raw.githubusercontent.com/servo/saltfs/master/.travis/install_salt.sh | sudo sh -s linux +$ curl https://raw.githubusercontent.com/servo/saltfs/master/.travis/install_salt.sh | sudo bash -s linux ``` Configure and start the Salt minion: