diff --git a/doc/code.org b/doc/code.org index cf101143..4f6b3638 100644 --- a/doc/code.org +++ b/doc/code.org @@ -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]]. diff --git a/website/code.html b/website/code.html index 99690ade..f8ffd1c9 100644 --- a/website/code.html +++ b/website/code.html @@ -4,7 +4,7 @@ - + @@ -173,27 +173,6 @@ for the JavaScript code in this tag. Freedombone is really just a couple of 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 GNU General Public License version 3.

- - - --- -- - - - - - - - - - - - -
initial_setup.shConfigures a microSD Debian image for use with the Beaglebone Black
install-freedombone.shThe main installation script which can run on any system with Debian Jessie
-

You can find the source code for this project on Github.