Skip to content

Commit

Permalink
Update dgiot_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu authored Dec 16, 2021
1 parent 89fe1db commit 8e43d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi
# set parameters by default value
verType=single # [single | cluster]
domain_name="prod.iotn2n.com" #[prod.iotn2n.com | your_domain_name]
dgiot="dgiot_95" #[dgiot_95 | dgiot_n]
dgiot="dgiot_102" #[dgiot_102 | dgiot_n]
while getopts "h:v:d:s:" arg
do
case $arg in
Expand All @@ -131,7 +131,7 @@ do
domain_name=$(echo $OPTARG)
;;
h)
echo "Usage: `basename $0` -v [single | cluster] -s [dgiot_95 | dgiot_n] -d [prod.iotn2n.com | your_domain_name]"
echo "Usage: `basename $0` -v [single | cluster] -s [dgiot_102 | dgiot_n] -d [prod.iotn2n.com | your_domain_name]"
exit 0
;;
?) #unknow option
Expand Down Expand Up @@ -348,7 +348,7 @@ function yum_install_postgres() {
echo -e "`date +%F_%T` $LINENO: ${GREEN} yum install postgres${NC}"
yum install -y wget git &> /dev/null
${csudo} yum install -y gcc gcc-c++ epel-release &> /dev/null
${csudo} yum install -y llvm llvm-devel &> /dev/null
# ${csudo} yum install -y llvm llvm-devel &> /dev/null
${csudo} yum install -y clang libicu-devel perl-ExtUtils-Embed &> /dev/null
${csudo} yum install -y readline readline-devel &> /dev/null
${csudo} yum install -y zlib zlib-devel &> /dev/null
Expand Down

0 comments on commit 8e43d27

Please sign in to comment.