cubietruck-slackware/README.md

27 lines
546 B
Markdown
Raw Normal View History

2014-01-22 11:47:48 +01:00
Forked from the following:
2013-12-29 12:01:02 +01:00
Created from Igor Pečovnik work at :
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
2014-01-22 11:50:34 +01:00
---------------------------------------------------------
Installation steps Arch Linux for Cubietruck
---------------------------------------------------------
2013-12-29 12:31:29 +01:00
2014-01-22 11:47:48 +01:00
use a debian based Linux Distribution!
open your preferred shell
2014-01-22 11:53:23 +01:00
2013-12-29 12:27:38 +01:00
sudo apt-get -y install git
2014-01-22 11:53:23 +01:00
2013-12-29 12:27:38 +01:00
cd ~
2014-01-22 11:53:23 +01:00
2014-01-22 11:47:48 +01:00
git clone https://bitbucket.org/mziegler08/cubietruck-arch
2014-01-22 11:53:23 +01:00
2014-01-22 11:47:48 +01:00
cd cubietruck-arch
2014-01-22 11:53:23 +01:00
2014-01-22 11:47:48 +01:00
chmod +x build.sh
2014-01-22 11:53:23 +01:00
sudo ./build.sh
Enjoy Arch Linux :)