Browse Source

Add backports

Bob Mottram 11 years ago
parent
commit
fec6c15695
1 changed files with 9 additions and 3 deletions
  1. 9
    3
      beaglebone.txt

+ 9
- 3
beaglebone.txt View File

@@ -294,6 +294,15 @@ Then save and exit.
294 294
 
295 295
 To verify that the swapfile is accessilble type /top/ and look for the line which begins with "KiB Swap".  Probably there will be zero bytes used, but this might be non-zero when the system is under some load (for example getting a lot of web views or being crawled by a search engine).  CTRL-C exits from the /top/ command.
296 296
 
297
+** Enable backports
298
+
299
+To enable some newer packages add backports to the repositories.
300
+
301
+#+BEGIN_SRC
302
+echo "deb http://ftp.us.debian.org/debian wheezy-backports main" >> /etc/apt/sources.list
303
+apt-get update
304
+#+END_SRC
305
+
297 306
 ** Random number generation
298 307
 
299 308
 #+BEGIN_VERSE
@@ -3093,8 +3102,6 @@ The following items have been deprecated until such time as a successful install
3093 3102
 #+END_VERSE
3094 3103
 
3095 3104
 #+BEGIN_SRC: bash
3096
-echo "deb http://ftp.us.debian.org/debian wheezy-backports main" >> /etc/apt/sources.list
3097
-apt-get update
3098 3105
 apt-get install nodejs-legacy
3099 3106
 curl https://npmjs.org/install.sh | sh
3100 3107
 #+END_SRC
@@ -3326,7 +3333,6 @@ etherpad: myusername
3326 3333
 
3327 3334
 Save and exit.
3328 3335
 
3329
-
3330 3336
 ** Install a VoIP server
3331 3337
 
3332 3338
 #+BEGIN_VERSE