summaryrefslogtreecommitdiff
path: root/install/debian/3.0/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'install/debian/3.0/INSTALL')
-rw-r--r--install/debian/3.0/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/debian/3.0/INSTALL b/install/debian/3.0/INSTALL
index ef28a91..96991e8 100644
--- a/install/debian/3.0/INSTALL
+++ b/install/debian/3.0/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
-echo "deb http://cleanwhisker.420.am/~ivan/freeside-woody/ ./" >>/etc/apt/sources.list
+echo "deb http://pouncequick.420.am/~ivan/freeside-woody/ ./" >>/etc/apt/sources.list
apt-get update
apt-get install screen zsh libapache-mod-ssl libapache-mod-perl rsync \
@@ -14,7 +14,7 @@ apt-get install screen zsh libapache-mod-ssl libapache-mod-perl rsync \
libstring-shellquote-perl libnet-scp-perl libapache-asp-perl \
libtie-ixhash-perl libtime-duration-perl \
libhtml-widgets-selectlayers-perl libstorable-perl \
- libapache-dbi-perl libdbd-mysql-perl
+ libapache-dbi-perl libcache-cache-perl libdbd-mysql-perl
useradd freeside
su postgres -c "createuser -P freeside"