From e3bacb54648bf83852fab728fbb5aa91204d9823 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 12 Feb 2018 20:14:02 +0000 Subject: [PATCH] Missing package installs in documentation --- doc/EN/armbian.org | 1 + doc/EN/beaglebone.org | 4 ++-- doc/EN/homeserver.org | 4 ++-- website/EN/armbian.html | 5 +++-- website/EN/beaglebone.html | 12 ++++++------ website/EN/homeserver.html | 6 +++--- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/doc/EN/armbian.org b/doc/EN/armbian.org index 248e079b..6f491934 100644 --- a/doc/EN/armbian.org +++ b/doc/EN/armbian.org @@ -62,6 +62,7 @@ sudo su Then clone the Freedombone repository and checkout the stretch development branch. #+begin_src bash +apt-get -y install git dialog build-essential git clone https://github.com/bashrc/freedombone cd freedombone git checkout stretch diff --git a/doc/EN/beaglebone.org b/doc/EN/beaglebone.org index ecf358cd..574fe4e0 100644 --- a/doc/EN/beaglebone.org +++ b/doc/EN/beaglebone.org @@ -38,7 +38,7 @@ You may need to obtain a domain name and set up a dynamic DNS account for your n On your laptop or desktop prepare a microSD card image as follows. To create an image on a Debian based system: #+begin_src bash -sudo apt-get install git +sudo apt-get install git dialog build-essential git clone https://github.com/bashrc/freedombone cd freedombone git checkout stretch @@ -49,7 +49,7 @@ freedombone-image --setup debian Or on Arch/Parabola: #+begin_src bash -sudo pacman -S git +sudo pacman -S git dialog git clone https://github.com/bashrc/freedombone cd freedombone git checkout stretch diff --git a/doc/EN/homeserver.org b/doc/EN/homeserver.org index 03ef0dba..1871ca3b 100644 --- a/doc/EN/homeserver.org +++ b/doc/EN/homeserver.org @@ -20,7 +20,7 @@ The quickest way to get started is as follows. You will need to be running a Deb First install freedombone onto your local system (not the target hardware that you want to run Freedombone on). On a debian based distro: #+begin_src bash -sudo apt-get install git +sudo apt-get install git dialog build-essential git clone https://github.com/bashrc/freedombone cd freedombone git checkout stretch @@ -32,7 +32,7 @@ freedombone-image -t i386 --onion-addresses-only yes Or on Arch/Parabola: #+begin_src bash -sudo pacman -S git +sudo pacman -S git dialog git clone https://github.com/bashrc/freedombone cd freedombone git checkout stretch diff --git a/website/EN/armbian.html b/website/EN/armbian.html index 9a461d3a..ce00da54 100644 --- a/website/EN/armbian.html +++ b/website/EN/armbian.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -326,7 +326,8 @@ Then clone the Freedombone repository and checkout the stretch development branc

-
git clone https://github.com/bashrc/freedombone
+
apt-get -y install git dialog build-essential
+git clone https://github.com/bashrc/freedombone
 cd freedombone
 git checkout stretch
 
diff --git a/website/EN/beaglebone.html b/website/EN/beaglebone.html index 23060e4c..dddba8f8 100644 --- a/website/EN/beaglebone.html +++ b/website/EN/beaglebone.html @@ -3,10 +3,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + - +
-
sudo apt-get install git
+
sudo apt-get install git dialog build-essential
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 git checkout stretch
 sudo make install
 freedombone-image --setup debian
-
+

@@ -300,13 +300,13 @@ Or on Arch/Parabola:

-
sudo pacman -S git
+
sudo pacman -S git dialog
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 git checkout stretch
 sudo make install
 freedombone-image --setup parabola
-
+
diff --git a/website/EN/homeserver.html b/website/EN/homeserver.html index 42475f8a..cfbda0ed 100644 --- a/website/EN/homeserver.html +++ b/website/EN/homeserver.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -256,7 +256,7 @@ First install freedombone onto your local system (not the target hardware that y

-
sudo apt-get install git
+
sudo apt-get install git dialog build-essential
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 git checkout stretch
@@ -271,7 +271,7 @@ Or on Arch/Parabola:
 

-
sudo pacman -S git
+
sudo pacman -S git dialog
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 git checkout stretch