Confirmed users
4,971
edits
| Line 115: | Line 115: | ||
=== apt-get install === | === apt-get install === | ||
apt-get --force-yes -y install rsync wget bzip2 gnutar x11vnc python2.5-dev hebrew | apt-get --force-yes -y install rsync wget bzip2 gnutar x11vnc python2.5-dev hebrew libpcre3 | ||
=== nginx === | |||
wget http://people.mozilla.org/~asasaki/maemo/nginx.deb | |||
dpkg -i nginx.deb | |||
rm nginx.deb | |||
Edit <tt>/etc/nginx/nginx.conf</tt> to replace <tt>application/binary</tt> with <tt>text/plain</tt>. | |||
=== fix tar === | === fix tar === | ||