fix libenchant1c2a

This commit is contained in:
Dmitry Belyaev 2022-11-03 21:16:23 +03:00
parent 36b005b723
commit 3e3fd53112
1 changed files with 7 additions and 1 deletions

View File

@ -209,7 +209,13 @@ autoinstall:
# --- install 1c ---
- |
set -x
set -x
# install deps
mkdir -p /tmp/deps1c
curl --output-dir /tmp/deps1c -SL --remote-name-all http://archive.ubuntu.com/ubuntu/pool/universe/e/enchant/libenchant1c2a_1.6.0-11.3build1_amd64.deb
dpkg -i $(find /tmp/deps1c -type f -name \*.deb) || apt-get install -f -y
rm -rf /tmp/deps1c
# extract distrs
stat /var/install/1c >/dev/null 2>/dev/null && mkdir -p /tmp/1c || echo skip 1c install
stat /var/install/1c >/dev/null 2>/dev/null && tar xzf $(find /var/install/1c -name "server64_*.tar.gz" -type f) -C /tmp/1c || echo skip 1c install
# install only server (without GUI)