sed -i 's/main/main contrib non-free/g' /etc/apt/sources.list apt update
apt install gnupg2 sudo ttf-mscorefonts-installer fontconfig -y fc-cache -fv
./setup-full-8.3.27.1989-x86_64.run --mode unattended --enable-components server,ws,server_admin,liberica_jre,ru ./win-mac-clients-distr-8.3.27.1989-x86_64.run --mode unattended
chown -R usr1cv8:grp1cv8 /opt/1cv8/
ln -f /opt/1cv8/x86_64/8.3.24.1342/srv1cv8-8.3.24.1342@.service /etc/systemd/system/srv1cv8.service
wget https://repo.postgrespro.ru/1c/1c-18/keys/pgpro-repo-add.sh | sh
apt install postgrespro-1c-18 -y
/opt/pgpro/1c-18/bin/pg-wrapper links update
echo "host all all 0.0.0.0/0 md5" >> /var/lib/pgpro/1c-18/data/pg_hba.conf systemctl enable postgrespro-1c-18 systemctl start postgrespro-1c-18 systemctl status postgrespro-1c-18
sudo -u postgres psql -U postgres -c "alter user postgres with password 'password';"