Installation

post install

  1. If you get an error with apt-get update && apt-get upgrade about linux-firmware can’t be installed Then run these commands below
    sudo dpkg --purge linux-raspi2
    sudo dpkg --purge linux-image-raspi2
    sudo dpkg --purge linux-firmware
    sudo apt-get -f install
    sudo apt-get update && sudo apt-get upgrade
    sudo apt autoremove
    sudo apt-get dist-upgrade