blob: ea821923ec4f2e65a3745c6fcbddb6d252954c31 (
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 --bindir=/bin &&
make &&
make install &&
ln -sf bash /bin/sh &&
exec /bin/bash --login</userinput></screen></para>
</sect2>
|