LDP/LDP/retired/LFS/chapter6/bash-inst.xml

14 lines
319 B
XML

<sect2>
<title>Installation of Bash</title>
<para>Install Bash by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --with-curses \
&nbsp;&nbsp;&nbsp;--bindir=/bin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
exec /bin/bash --login</userinput></screen></para>
</sect2>