Skip to content

Installation issues

Tim Purschke edited this page Jul 11, 2023 · 3 revisions
  • after upgrading from ubuntu 20.04 to ubuntu 22.04, the upgrade of firewall ochestrator fails @dotnet installation
 sudo rm /etc/apt/sources.list.d/microsoft-prod.list*
 sudo apt purge dotnet-*
 cd firewall-orchestrator/
 git pull
 ansible-playbook site.yml -K -e testkeys=yes -e installation_mode=upgrade
Clone this wiki locally