diff options
author | davidovski <david@davidovski.xyz> | 2022-01-18 16:59:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-18 16:59:16 +0000 |
commit | 6da2b8fc249ebdc09293735dabcab4d3c4b379c3 (patch) | |
tree | dfeeb7df99c4b03ade2b9a83afdc06cc77206957 /repo/system/grub.xibuild | |
parent | 305e6df47eb5b354ac2321639ccda7f7d59a9d4b (diff) |
added font packages
Diffstat (limited to 'repo/system/grub.xibuild')
-rw-r--r-- | repo/system/grub.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild index 3e8c1c2..9d3ed8f 100644 --- a/repo/system/grub.xibuild +++ b/repo/system/grub.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(sh xz gettext device-mapper efibootmgr) +DEPS=(sh xz gettext device-mapper efibootmgr freetype2) PKG_VER=2.06 SOURCE=https://ftp.gnu.org/gnu/grub/grub-$PKG_VER.tar.xz |