CarlFK - 2014-04-24

The version in the sf download needs to be updated so that when its --update is used it updates. currently the URL it gets from returns html, not the script.

steps:

http://bootinfoscript.sourceforge.net/ Download the last version of Boot Info Script

https://sourceforge.net/projects/bootinfoscript/?source=dlp

$ tar xvf bootinfoscript-061.tar.gz
bootinfoscript
CHANGELOG
README
$ bash bootinfoscript --update

Downloading last development version of Boot Info Script from git:

--2014-04-24 18:52:14-- http://bootinfoscript.git.sourceforge.net/git/gitweb.cgi?p=bootinfoscript/bootinfoscript;a=blob_plain;f=bootinfoscript;hb=HEAD
Resolving bootinfoscript.git.sourceforge.net (bootinfoscript.git.sourceforge.net)... 216.34.181.91
Connecting to bootinfoscript.git.sourceforge.net (bootinfoscript.git.sourceforge.net)|216.34.181.91|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://sourceforge.net/p/bootinfoscript/code/ [following]
--2014-04-24 18:52:14-- http://sourceforge.net/p/bootinfoscript/code/
Resolving sourceforge.net (sourceforge.net)... 216.34.181.60
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://sourceforge.net/p/bootinfoscript/code/ref/master/ [following]
--2014-04-24 18:52:14-- http://sourceforge.net/p/bootinfoscript/code/ref/master/
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://sourceforge.net/p/bootinfoscript/code/ci/master/tree/ [following]
--2014-04-24 18:52:14-- http://sourceforge.net/p/bootinfoscript/code/ci/master/tree/
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25586 (25K) [text/html]
Saving to: ‘/home/carl/bootinfoscript_2014-04-24_23:52:14’

100%[======================================>] 25,586 --.-K/s in 0.03s

2014-04-24 18:52:15 (815 KB/s) - ‘/home/carl/bootinfoscript_2014-04-24_23:52:14’ saved [25586/25586]

The development version of Boot Info Script is saved as:
"/home/carl/bootinfoscript_2014-04-24_23:52:14"

$ head "/home/carl/bootinfoscript_2014-04-24_23:52:14"
<!DOCTYPE html>

I tracked down the master version, its --update works correctly:

$ head ~/bootinfoscript_2014-04-24_23\:45\:44

!/bin/bash

VERSION='0.61';