host($run); $this->keyLogin($this->shell, $host); // Most PVE installs create vmbr0; record its absence for real-host follow-up. $this->shell->run('ip link show vmbr0'); $this->shell->run('rm -f /etc/apt/sources.list.d/pve-enterprise.list'); return StepResult::advance(); } }