Code notes
This commit is contained in:
parent
9c96146680
commit
9100554f43
|
@ -12,9 +12,6 @@
|
|||
|
||||
Freedombone is really just a couple of [[http://www.gnu.org/software/bash][bash]] scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the [[https://www.gnu.org/licenses/gpl-3.0-standalone.html][GNU General Public License version 3]].
|
||||
|
||||
| initial_setup.sh | Configures a microSD Debian image for use with the Beaglebone Black |
|
||||
| install-freedombone.sh | The main installation script which can run on any system with Debian Jessie |
|
||||
|
||||
You can find the source code for this project [[https://github.com/bashrc/freedombone][on Github]].
|
||||
|
||||
Bugs or feature requests should be [[https://github.com/bashrc/freedombone/issues][entered here]].
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2014-10-26 Sun 20:48 -->
|
||||
<!-- 2015-01-21 Wed 20:24 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
|
@ -173,27 +173,6 @@ for the JavaScript code in this tag.
|
|||
Freedombone is really just a couple of <a href="http://www.gnu.org/software/bash">bash</a> scripts which install and configure software on a Debian GNU/Linux system. If you're a system administrator, software engineer or Linux hobbyist you'll probably be familiar with command line scripting and be able to make your own modifications or custom variants to suit your needs. Freedombone is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU General Public License version 3</a>.
|
||||
</p>
|
||||
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="left" />
|
||||
|
||||
<col class="left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="left">initial_setup.sh</td>
|
||||
<td class="left">Configures a microSD Debian image for use with the Beaglebone Black</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="left">install-freedombone.sh</td>
|
||||
<td class="left">The main installation script which can run on any system with Debian Jessie</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
You can find the source code for this project <a href="https://github.com/bashrc/freedombone">on Github</a>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue