--- title: "Upgrading Hassbian" description: "Instructions on how to upgrade Hassbian to the latest version." redirect_from: /docs/hassbian/upgrading/ --- Hassbian is based on Raspbian and uses the same repositories. Any changes to Raspbian will be reflected in Hassbian. To update and upgrade system packages and installed software (excluding Home Assistant) do the following. Log in as the `pi` account and execute the following commands: ```bash sudo apt-get update sudo apt-get -y upgrade ``` #### Updating Home Assistant