Для онлайн-установки необходимо выполнить следующие действия:
wget -qO /etc/apt/trusted.gpg.d/polymatica.asc https://repo.polymatica.ru/polymatica.key |
echo "deb https://repo.polymatica.ru/platform/packages/releases/<VERSION>/debian/bookworm bookworm main" > /etc/apt/sources.list.d/polymatica-platform.list |
apt update |
apt install polymatica-platform |
for service in $(systemctl list-unit-files polymatica-platform* | grep .service | cut -d. -f1); do echo "$service is $(systemctl show -p SubState --value $service)"; done |
Выполнить первый вход в систему по соответствующему руководству.