[FIX] prod install locally
This commit is contained in:
parent
cc2e0497db
commit
4579fdc8f4
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ WKHTMLTOX_X32=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
|
||||||
echo -e "\n---- Update Server ----"
|
echo -e "\n---- Update Server ----"
|
||||||
|
|
||||||
# add-apt-repository can install add-apt-repository Ubuntu 18.x
|
# add-apt-repository can install add-apt-repository Ubuntu 18.x
|
||||||
sudo apt-get install software-properties-common -y
|
sudo apt-get install software-properties-common curl -y
|
||||||
# universe package is for Ubuntu 18.x
|
# universe package is for Ubuntu 18.x
|
||||||
sudo add-apt-repository universe
|
sudo add-apt-repository universe
|
||||||
# libpng12-0 dependency for wkhtmltopdf
|
# libpng12-0 dependency for wkhtmltopdf
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ EL_CONFIG_FILE="${EL_HOME}/config.conf"
|
||||||
./script/install_locally.sh
|
./script/install_locally.sh
|
||||||
|
|
||||||
# Update git-repo
|
# Update git-repo
|
||||||
./venv/repo init -u http://git.erplibre.ca/ERPLibre -b 12.0_repo
|
./venv/repo init -u http://git.erplibre.ca/ERPLibre -b master
|
||||||
#./venv/repo sync --force-sync
|
#./venv/repo sync --force-sync
|
||||||
./venv/repo sync
|
./venv/repo sync
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue