Index: nutchez-0.2/src/test/client_install
===================================================================
--- nutchez-0.2/src/test/client_install.sh	(revision 129)
+++ nutchez-0.2/src/test/client_install	(revision 132)
@@ -12,5 +12,5 @@
 . ./client_install_func.sh
 
-# 需要master_install 設定的參數區
+# 需要 master_install 設定的參數區
 Master_IP_Address="a.a.a.a";
 
@@ -21,14 +21,14 @@
 
 # 參數詢問
-yesno="no"    
+yesno="no"
 echo -e "\nYour master IP: $Master_IP_Address"
 echo -e "Your Nutchuser Password: $Nutchuser_Passwd"
 read -p "These data are cooect? (yes/no): " yesno
               
-if [ "$yesno" == "no" ];then
-    echo "Plz edit these parameters of this file."
-    exit      
-    else      
-#    echo "yes"                                                                                   
+if [ "$yesno" == "yes" ] || [ "$yesno" == "y" ] ; then
+    echo "These parameters are correct."
+else
+    echo "Plz edit these parameters in this file."
+    exit
 fi
 
@@ -44,4 +44,9 @@
 # 查出此主機的作業系統,以及版本
 check_systemInfo
+read
+
+# 安裝需要的套件 (目前只支援 deb 套件的系統自動安裝，yum或其他套件系統的則必須手動安裝)
+# 需要套件名稱 ssh, expect, dialog 
+install_packages
 read
 
