<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 && cd /bin && ln -sf bash sh && exec /bin/bash --login</userinput></screen></para> </sect2>