mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
27 lines
No EOL
546 B
Markdown
27 lines
No EOL
546 B
Markdown
Forked from the following:
|
|
|
|
Created from Igor Pečovnik work at :
|
|
|
|
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
|
|
|
|
---------------------------------------------------------
|
|
Installation steps Arch Linux for Cubietruck
|
|
---------------------------------------------------------
|
|
|
|
use a debian based Linux Distribution!
|
|
|
|
open your preferred shell
|
|
|
|
sudo apt-get -y install git
|
|
|
|
cd ~
|
|
|
|
git clone https://bitbucket.org/mziegler08/cubietruck-arch
|
|
|
|
cd cubietruck-arch
|
|
|
|
chmod +x build.sh
|
|
|
|
sudo ./build.sh
|
|
|
|
Enjoy Arch Linux :) |