Forum

Full Version: Impossible updrade distribution
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I installed xbian 1.0 alpha 5 on my raspberry pi

I used the command
Terminal
sudo apt-get update
Terminal
sudo apt-get dist-upgrade

My system is HS

Why ?
Don't use sudo apt-get dis-upgrade, use

Code:
sudo apt-get update
sudo apt-get upgrade
Reference URL's