diff --git a/README.md b/README.md index 8f1e1173..1fad4d76 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You will also need to know, or find out, the IP address of your internet router You can either install from a debian package or manually as follows: - sudo apt-get install git + sudo apt-get install git dialog git clone https://github.com/bashrc/freedombone cd freedombone sudo make install @@ -71,7 +71,7 @@ The interactive server configuration setup is recommended for most users. On the ssh username@freedombone_IP_address su - apt-get install git + apt-get install git dialog git clone https://github.com/bashrc/freedombone cd freedombone make install diff --git a/debian/control b/debian/control index 10e9e538..0c07f22e 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Git: https://github.com/bashrc/freedombone.git Package: freedombone Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, git +Depends: ${shlibs:Depends}, ${misc:Depends}, git, dialog Description: Home server configuration The Freedombone system can be installed onto a Beaglebone Black, or any system capable of running Debian Jessie, and allows you to host diff --git a/doc/installation.org b/doc/installation.org index b544309c..5567c25c 100644 --- a/doc/installation.org +++ b/doc/installation.org @@ -30,7 +30,7 @@ You will also need to know, or find out, the IP address of your internet router You can either install from a debian package or manually as follows: #+BEGIN_SRC bash -sudo apt-get install git +sudo apt-get install git dialog git clone https://github.com/bashrc/freedombone cd freedombone sudo make install @@ -69,7 +69,7 @@ The interactive server configuration setup is recommended for most users. On the #+BEGIN_SRC bash ssh username@freedombone_IP_address su -apt-get install git +apt-get install git dialog git clone https://github.com/bashrc/freedombone cd freedombone make install diff --git a/man/freedombone.1.gz b/man/freedombone.1.gz index fc6c8d75..0bd9d328 100644 Binary files a/man/freedombone.1.gz and b/man/freedombone.1.gz differ diff --git a/website/installation.html b/website/installation.html index 759deb9c..a4d7383f 100644 --- a/website/installation.html +++ b/website/installation.html @@ -4,7 +4,7 @@ - + @@ -229,7 +229,7 @@ You can either install from a debian package or manually as follows:
-
sudo apt-get install git
+
sudo apt-get install git dialog
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 sudo make install
@@ -306,7 +306,7 @@ The interactive server configuration setup is recommended for most users. On the
 
 
ssh username@freedombone_IP_address
 su
-apt-get install git
+apt-get install git dialog
 git clone https://github.com/bashrc/freedombone
 cd freedombone
 make install