1d9e30bb54
Root cause: /tmp is mounted with noexec flag preventing execution. Changed TEMP_DIR from /tmp/acronis-install to /root/acronis-install This allows the installer binary to execute properly. Verified: mount shows /tmp with noexec option Solution: Use /root which allows execution 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>