mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
728425daf9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2272 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
572 B
XML
17 lines
572 B
XML
<sect2>
|
|
<title>Installation of <application>ASH</application></title>
|
|
|
|
<para>Install <application>ASH</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch &&
|
|
make &&
|
|
install -m 755 sh /bin/ash &&
|
|
install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen>
|
|
|
|
<para>If you would like to make <command>ash</command> the default sh shell, make a symlink.</para>
|
|
|
|
<screen><userinput><command>ln -sf ash /bin/sh</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|