Browse Source

Install mozroot multiple ways to see if this works...

Hamilton Turner 11 years ago
parent
commit
4b67843988
1 changed files with 8 additions and 0 deletions
  1. 8 0
      frameworks/C#/aspnet/install.sh

+ 8 - 0
frameworks/C#/aspnet/install.sh

@@ -1,3 +1,11 @@
 #!/bin/bash
 
+echo "Installing RootCAs from Mozilla..."; 
+mozroots --import --sync;
+sudo mozroots --import --sync;
+
 fw_depends nginx mono xsp
+
+echo "Installing RootCAs from Mozilla..."; 
+mozroots --import --sync;
+sudo mozroots --import --sync;