diff --git a/ru/_includes/backup/operations/install-agent-linux.md b/ru/_includes/backup/operations/install-agent-linux.md index 9c29af655c..b75a754174 100644 --- a/ru/_includes/backup/operations/install-agent-linux.md +++ b/ru/_includes/backup/operations/install-agent-linux.md @@ -7,7 +7,8 @@ ```bash sudo apt update && \ - sudo apt install -y jq && \ + sudo apt install -y jq && + sudo apt install uuid-dev && \ curl https://{{ s3-storage-host }}/backup-distributions/agent_installer.sh | sudo bash ``` @@ -40,4 +41,4 @@ В случае появления ошибки `Failed to parse cloudbackup from instance attributes IAM token and instance registration id are empty, unable to provide authorization` убедитесь, что к ВМ [привязан](../../../backup/operations/connect-vm-linux.md#connect-sa-to-vm) сервисный аккаунт с [ролью](../../../backup/security/index.md#backup-user) `backup.user` или выше. - {% endnote %} \ No newline at end of file + {% endnote %}