Pregunta

In tutorials I have seen people talk about adding a source.list to get the latest nginx version. I found this one for debian 6:

deb http://nginx.org/packages/debian/ squeeze nginx
deb-src http://nginx.org/packages/debian/ squeeze nginx

Can anyone tell me what it is for debain 7 please? I can't seem to find it, and I am not sure if exists yet.

¿Fue útil?

Solución

Try with this :

deb http://nginx.org/packages/debian/ wheezy nginx
deb-src http://nginx.org/packages/debian/ wheezy nginx

Because the name of Debian 7 is "Wheezy".

Otros consejos

You can

  1. browse the development source tree at http://hg.nginx.org/nginx/file/

  2. or clone that reposity to your local machine by hg clone http://hg.nginx.org/nginx

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top