<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Create A Bash Install Script</title>
	<atom:link href="http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/</link>
	<description>thoughts of a web geek</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Graeme Geldenhuys</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-4798</link>
		<dc:creator>Graeme Geldenhuys</dc:creator>
		<pubDate>Tue, 19 Jan 2010 07:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-4798</guid>
		<description>Nice article, but I guess you didn&#039;t know about Makeself 2.1 (http://megastep.org/makeself/) which has been around for year, and automates everything you have done. Makeself was written by an employee of Loki Games. Makeself is normally available in various distro repositories (Ubuntu example: apt-get install makeself).</description>
		<content:encoded><![CDATA[<p>Nice article, but I guess you didn&#8217;t know about Makeself 2.1 (<a href="http://megastep.org/makeself/" rel="nofollow">http://megastep.org/makeself/</a>) which has been around for year, and automates everything you have done. Makeself was written by an employee of Loki Games. Makeself is normally available in various distro repositories (Ubuntu example: apt-get install makeself).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-4423</link>
		<dc:creator>Shyam</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-4423</guid>
		<description>Great article and analysis.  This general approach could supplement an RPM installation as well.</description>
		<content:encoded><![CDATA[<p>Great article and analysis.  This general approach could supplement an RPM installation as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bash Script Init Style Status Message &#124; franzone.com</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-3934</link>
		<dc:creator>Bash Script Init Style Status Message &#124; franzone.com</dc:creator>
		<pubDate>Mon, 25 Aug 2008 13:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-3934</guid>
		<description>[...] eh? Now what type of script might you need something like this in? Check out my previous article How To Create A Bash Install Script, which is a perfect example of the type of script in which you may want these status type [...]</description>
		<content:encoded><![CDATA[<p>[...] eh? Now what type of script might you need something like this in? Check out my previous article How To Create A Bash Install Script, which is a perfect example of the type of script in which you may want these status type [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create A Bash Install Script : HowtoMatrix</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-3921</link>
		<dc:creator>How To Create A Bash Install Script : HowtoMatrix</dc:creator>
		<pubDate>Fri, 15 Aug 2008 15:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-3921</guid>
		<description>[...] Read more at franzone.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more at franzone.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Franzone</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-3920</link>
		<dc:creator>Jonathan Franzone</dc:creator>
		<pubDate>Thu, 14 Aug 2008 20:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-3920</guid>
		<description>Another great suggestion! I actually do this as well in another project. It basically checks which version of PHP is installed, checks whether a certain configuration file exists in a particular location and actually loads and validates the configuration as well.

The great thing about this approach is that it is really limitless as to what you can do.</description>
		<content:encoded><![CDATA[<p>Another great suggestion! I actually do this as well in another project. It basically checks which version of PHP is installed, checks whether a certain configuration file exists in a particular location and actually loads and validates the configuration as well.</p>
<p>The great thing about this approach is that it is really limitless as to what you can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rowe</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-3919</link>
		<dc:creator>Dave Rowe</dc:creator>
		<pubDate>Thu, 14 Aug 2008 20:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-3919</guid>
		<description>What about introducing some dependency checking?  IE, you must have Java 1.5.0_b12 minimum installed, or python 2.5.2.  I&#039;m thinking more along the lines of the configure scripts you get with many OS projects...</description>
		<content:encoded><![CDATA[<p>What about introducing some dependency checking?  IE, you must have Java 1.5.0_b12 minimum installed, or python 2.5.2.  I&#8217;m thinking more along the lines of the configure scripts you get with many OS projects&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Franzone</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-3918</link>
		<dc:creator>Jonathan Franzone</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-3918</guid>
		<description>Great suggestion, Sander! I actually do just that on another project that I use this method on. Thanks for commenting.</description>
		<content:encoded><![CDATA[<p>Great suggestion, Sander! I actually do just that on another project that I use this method on. Thanks for commenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander Marechal</title>
		<link>http://www.franzone.com/2008/08/14/how-to-create-a-bash-install-script/comment-page-1/#comment-3917</link>
		<dc:creator>Sander Marechal</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/?p=643#comment-3917</guid>
		<description>Using &quot;make&quot; even for trivial projects can be very useful. You can have the Makefile count the lines in the install_script and update the SCRIPT_LINES variable before stuffing it in the bin. That way you won&#039;t accidentally produce a borked bin file just because you forgot to update the SCRIPT_LINES after your last change :-)</description>
		<content:encoded><![CDATA[<p>Using &#8220;make&#8221; even for trivial projects can be very useful. You can have the Makefile count the lines in the install_script and update the SCRIPT_LINES variable before stuffing it in the bin. That way you won&#8217;t accidentally produce a borked bin file just because you forgot to update the SCRIPT_LINES after your last change <img src='http://www.franzone.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
