mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
10 lines
365 B
Bash
Executable file
10 lines
365 B
Bash
Executable file
cp ../../figlet-2.2.5/figlet mnt/bin/
|
|
mkdir -p mnt/usr/local/share/figlet
|
|
FIGLET_FONTDIR=/
|
|
cp ../../figlet-2.2.5/fonts/standard.flf mnt/$FIGLET_FONTDIR
|
|
cp ../../figlet-2.2.5/fonts/big.flf mnt/$FIGLET_FONTDIR
|
|
cp ../../figlet-2.2.5/fonts/slant.flf mnt/$FIGLET_FONTDIR
|
|
cp ../../figlet-2.2.5/fonts/lean.flf mnt/$FIGLET_FONTDIR
|
|
|
|
cp ../../bash-1.14.7/bash2 mnt/bin/bash
|
|
|