diff options
Diffstat (limited to 'Kernel/sync-local.sh')
-rwxr-xr-x | Kernel/sync-local.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Kernel/sync-local.sh b/Kernel/sync-local.sh new file mode 100755 index 0000000000..ee67768785 --- /dev/null +++ b/Kernel/sync-local.sh @@ -0,0 +1,7 @@ +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 |