You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/rasp-bee-ry-pi.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,24 +62,24 @@ Click `copy` on the right hand side of the box containing the instructions, then
62
62
You should see some output from the `wget` command which is a Linux utility this is used to download the correct Bee Clef 'package' from Github, where the development of the Bee utilities takes place.
63
63
64
64
```bash
65
-
bee-clef_0.4.9_armv7.deb.1 100%[===================================================================>] 9.99M 8.21MB/s in 1.2s
65
+
bee-clef_0.4.12_armv7.deb.1 100%[===================================================================>] 9.99M 8.21MB/s in 1.2s
The other command will be left in your terminal, this uses the `dpkg` utility, the Debian Package Manager to install Bee Clef. Package Managers are used to conveniently install software on Linux systems.
73
73
74
74
Press enter to start the installation process. All being well, you will see some output like this:
(Reading database ... 98610 files and directories currently installed.)
80
-
Preparing to unpack bee-clef_0.4.9_armv7.deb ...
81
-
Unpacking bee-clef (0.4.9) ...
82
-
Setting up bee-clef (0.4.9) ...
80
+
Preparing to unpack bee-clef_0.4.12_armv7.deb ...
81
+
Unpacking bee-clef (0.4.12) ...
82
+
Setting up bee-clef (0.4.12) ...
83
83
Created symlink /etc/systemd/system/multi-user.target.wants/bee-clef.service → /lib/systemd/system/bee-clef.service.
84
84
```
85
85
@@ -132,7 +132,7 @@ Your output should looks something like this:
132
132
```bash
133
133
-rw-r--r-- 1 pi pi 3523 Mar 4 22:47 .bashrc
134
134
-rw-r--r-- 1 pi pi 10787806 Mar 23 08:18 bee_0.6.0_armv7.deb
135
-
-rw-r--r-- 1 pi pi 10473282 Feb 24 18:00 bee-clef_0.4.9_armv7.deb
135
+
-rw-r--r-- 1 pi pi 10473282 Feb 24 18:00 bee-clef_0.4.12_armv7.deb
136
136
drwxr-xr-x 2 pi pi 4096 Mar 4 22:57 Bookshelf
137
137
```
138
138
@@ -151,7 +151,7 @@ ls -la | grep "bee"
151
151
```
152
152
153
153
```bash
154
-
-rw-r--r-- 1 pi pi 10473282 Feb 24 18:00 bee-clef_0.4.9_armv7.deb
154
+
-rw-r--r-- 1 pi pi 10473282 Feb 24 18:00 bee-clef_0.4.12_armv7.deb
155
155
```
156
156
157
157
Success! The Bee package file is deleted! Note at the command line there *is no undelete*. **With great power comes great resposibility**. Please use your new powers wisely, and only for the good of the Swarm as a whole. ;D
0 commit comments