Browse Source

asp net requires nginx to be installed

Also, installing mono first appears to completely break our ability to
build nginx - we see errors coming out of gcc!!
Hamilton Turner 11 years ago
parent
commit
c60d99e02c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/C#/aspnet/install.sh

+ 1 - 1
frameworks/C#/aspnet/install.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 #!/bin/bash
 
 
-fw_depends mono
+fw_depends nginx mono