We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b3aec commit 299ecdfCopy full SHA for 299ecdf
install_libchdb.sh
@@ -68,8 +68,8 @@ SUDO=''
68
if [[ $EUID -ne 0 ]]; then
69
SUDO='sudo'
70
GREENECHO "\nYou will be asked for your sudo password to install:"
71
- echo " libchdb.so to /usr/local/lib/"
72
- echo " chdb.h to /usr/local/include/"
+ echo " libchdb.so to /usr/local/lib/"
+ echo " chdb.h to /usr/local/include/"
73
fi
74
75
# Install the library and header file
@@ -89,4 +89,4 @@ rm -f libchdb.tar.gz libchdb.so chdb.h
89
90
GREENECHO "Installation completed successfully." ; ENDECHO
91
REDECHO "If any error occurred, please report it to:" ; ENDECHO
92
-REDECHO " https://github.com/chdb-io/chdb/issues/new/choose" ; ENDECHO
+REDECHO " https://github.com/chdb-io/chdb/issues/new/choose" ; ENDECHO
0 commit comments