blob: 0e113e9e9d94600fb743cfca2105bcea9ac9ab3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<sect2>
<title>Installation of Bash</title>
<para>Install Bash by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --with-curses \
--bindir=/bin &&
make &&
make install &&
exec /bin/bash --login</userinput></screen></para>
</sect2>
|