mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
9d05f6b7a7
This is really neat. :^)
11 lines
363 B
Bash
Executable File
11 lines
363 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-2.05b/bash mnt/bin/bash
|
|
|