mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
remove reference to debian host and sudo
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
185a307c54
commit
aa9f733cc8
1 changed files with 1 additions and 3 deletions
|
@ -8,8 +8,6 @@ http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
|
||||||
Installation steps Slackware for Cubietruck
|
Installation steps Slackware for Cubietruck
|
||||||
---------------------------------------------------------
|
---------------------------------------------------------
|
||||||
|
|
||||||
0. Use a debian based Linux Distribution! (sleazy, I know, we'll keep it that way until it can be hosted on a real distribution)
|
|
||||||
|
|
||||||
1. open your preferred shell
|
1. open your preferred shell
|
||||||
|
|
||||||
2. su -
|
2. su -
|
||||||
|
@ -22,7 +20,7 @@ Installation steps Slackware for Cubietruck
|
||||||
|
|
||||||
6. chmod +x build.sh
|
6. chmod +x build.sh
|
||||||
|
|
||||||
7. sudo ./build.sh
|
7. ./build.sh
|
||||||
|
|
||||||
8. cd ~/cubieslack/output
|
8. cd ~/cubieslack/output
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue