Skip to content

Commit

Permalink
faq/troubleshooting/linux-tls: clearly state bashism
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Dec 28, 2015
1 parent 9c29831 commit 002bd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faq/troubleshooting/linux-tls.mdwn
Expand Up @@ -13,8 +13,8 @@ Make sure you have the Mono SDK tools:

sudo apt-get install ca-certificates mono-devel

Next, import Mozilla's root CA certificates by running (do this as the user who
is running smuxi-server, not as root):
Next, import Mozilla's root CA certificates by running this *bash* command (do
this as the user who is running smuxi-server, not as root):

for i in $(shopt -s nullglob; echo /usr/local/share/ca-certificates/*.crt \
/usr/share/ca-certificates/*/*.crt); do certmgr -add -c Trust $i; done
Expand Down

0 comments on commit 002bd8d

Please sign in to comment.