Dependency on dialog

This commit is contained in:
Bob Mottram 2015-01-18 21:06:12 +00:00
parent 0a0d530205
commit c5efd92bd8
5 changed files with 8 additions and 8 deletions

View File

@ -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

2
debian/control vendored
View File

@ -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

View File

@ -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

Binary file not shown.

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<!-- 2015-01-18 Sun 20:16 -->
<!-- 2015-01-18 Sun 21:04 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
@ -229,7 +229,7 @@ You can either install from a debian package or manually as follows:
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install git
<pre class="src src-bash">sudo apt-get install git dialog
git clone https://github.com/bashrc/freedombone
<span class="org-builtin">cd</span> freedombone
sudo make install
@ -306,7 +306,7 @@ The interactive server configuration setup is recommended for most users. On the
<pre class="src src-bash">ssh username@freedombone_IP_address
su
apt-get install git
apt-get install git dialog
git clone https://github.com/bashrc/freedombone
<span class="org-builtin">cd</span> freedombone
make install