2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Bash</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Bash by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-08-28 00:45:54 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr --with-curses \</userinput>
|
|
|
|
<userinput> --bindir=/bin &&</userinput>
|
2001-07-10 16:06:31 +01:00
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
2001-09-08 00:27:11 +01:00
|
|
|
<userinput>exec /bin/bash --login</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|