From ea21b59494ac527752a3a75a327c233d0d9efc5e Mon Sep 17 00:00:00 2001 From: tomash Date: Thu, 31 Aug 2006 00:15:43 +0000 Subject: [PATCH] #1634 module updater added --- livesupport/src/tools/pear/bin/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/livesupport/src/tools/pear/bin/install.sh b/livesupport/src/tools/pear/bin/install.sh index 51cdd10e0..d6d745622 100755 --- a/livesupport/src/tools/pear/bin/install.sh +++ b/livesupport/src/tools/pear/bin/install.sh @@ -138,6 +138,7 @@ $pearcmd config-set doc_dir $peardir/docs || exit 1 $pearcmd config-set data_dir $peardir/data || exit 1 $pearcmd config-set cache_dir $peardir/cache || exit 1 $pearcmd config-set test_dir $peardir/tests || exit 1 +$pearcmd channel-update pear.php.net #$pearcmd config-show; exit #-------------------------------------------------------------------------------