#1634 module updater added

This commit is contained in:
tomash 2006-08-31 00:15:43 +00:00
parent 685ba4f587
commit ea21b59494
1 changed files with 1 additions and 0 deletions

View File

@ -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
#-------------------------------------------------------------------------------