File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,13 @@ ODOO_HELPER_BIN=${ODOO_HELPER_BIN:-$INSTALL_PATH/bin};
49
49
50
50
# clone repo
51
51
if [ ! -d $INSTALL_PATH ]; then
52
+ echo -e " ${BLUEC} INFO${NC} : clonning odoo-helper-scripts...${NC} " ;
52
53
git clone --recurse-submodules -q https://gitlab.com/katyukha/odoo-helper-scripts $INSTALL_PATH ;
54
+ echo -e " ${BLUEC} INFO${NC} : fetching submodules...${NC} " ;
53
55
(cd $INSTALL_PATH && git checkout -q $ODOO_HELPER_BRANCH && git submodule init && git submodule update);
54
56
# TODO: may be it is good idea to pull changes from repository if it is already exists?
55
57
# TODO: implement here some sort of upgrade mechanism?
58
+ echo -e " ${GREENC} OK${NC} : odoo-helper-scripts successfully clonned${NC} " ;
56
59
fi
57
60
58
61
# install odoo-helper user config
Original file line number Diff line number Diff line change @@ -52,10 +52,13 @@ ODOO_HELPER_BIN=${ODOO_HELPER_BIN:-$INSTALL_PATH/bin};
52
52
53
53
# clone repo
54
54
if [ ! -d $INSTALL_PATH ]; then
55
+ echo -e " ${BLUEC} INFO${NC} : clonning odoo-helper-scripts...${NC} " ;
55
56
git clone --recurse-submodules -q https://gitlab.com/katyukha/odoo-helper-scripts $INSTALL_PATH ;
57
+ echo -e " ${BLUEC} INFO${NC} : fetching submodules...${NC} " ;
56
58
(cd $INSTALL_PATH && git checkout -q $ODOO_HELPER_BRANCH && git submodule init && git submodule update);
57
59
# TODO: may be it is good idea to pull changes from repository if it is already exists?
58
60
# TODO: implement here some sort of upgrade mechanism?
61
+ echo -e " ${GREENC} OK${NC} : odoo-helper-scripts successfully clonned${NC} " ;
59
62
fi
60
63
61
64
# install odoo-helper user config
You can’t perform that action at this time.
0 commit comments