mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
17 lines
570 B
XML
17 lines
570 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.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>
|
||
|
|