|
@@ -1,5 +1,25 @@
|
1
|
1
|
#!/bin/bash
|
2
|
|
-# Freedombone install script intended for use with Debian Jessie
|
|
2
|
+#
|
|
3
|
+# .---. . .
|
|
4
|
+# | | |
|
|
5
|
+# |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.
|
|
6
|
+# | | (.-' (.-' ( | ( )| | | | )( )| | (.-'
|
|
7
|
+# ' ' --' --' -' - -' ' ' -' -' -' ' - --'
|
|
8
|
+#
|
|
9
|
+# Freedom in the Cloud
|
|
10
|
+#
|
|
11
|
+# This install script is intended for use with Debian Jessie
|
|
12
|
+#
|
|
13
|
+# Please note that the various hashes and download archives
|
|
14
|
+# for systems such as Owncloud and Dokuwiki may need to be updated
|
|
15
|
+#
|
|
16
|
+# Summary
|
|
17
|
+# =======
|
|
18
|
+# To be able to run this script you need to get to a condition
|
|
19
|
+# where you have Debian Jessie installed, with at least one
|
|
20
|
+# unprivileged user account and at least one subdomain created on
|
|
21
|
+# https://freedns.afraid.org/. If you're not installing on a
|
|
22
|
+# Beaglebone Black then set the variable INSTALLING_ON_BBB to "no"
|
3
|
23
|
#
|
4
|
24
|
# Note on dynamic dns
|
5
|
25
|
# ===================
|
|
@@ -15,8 +35,12 @@
|
15
|
35
|
# Prerequisites
|
16
|
36
|
# =============
|
17
|
37
|
#
|
|
38
|
+# Debian image sites:
|
|
39
|
+# http://ynezz.ibawizard.net/beagleboard/jessie/
|
|
40
|
+# https://rcn-ee.net/deb/rootfs/jessie/
|
|
41
|
+#
|
18
|
42
|
# cd ~/
|
19
|
|
-# wget http://freedombone.uk.to/debian-jessie-console-armhf-2014-08-13.tar.xz
|
|
43
|
+# wget https://rcn-ee.net/deb/rootfs/jessie/debian-jessie-console-armhf-2014-08-13.tar.xz
|
20
|
44
|
#
|
21
|
45
|
# Verify it.
|
22
|
46
|
#
|