From 5b28775f37eed817fb09769fd13e583a3a815068 Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 18 Apr 2020 00:53:01 +0900 Subject: [PATCH] [update] : Organized dependencies. --- build.sh | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index d54174c3..4f51556e 100755 --- a/build.sh +++ b/build.sh @@ -48,15 +48,22 @@ username='alter' mkalteriso="${script_path}/system/mkalteriso" usershell="/bin/bash" dependence=( - "archiso" + "alterlinux-keyring" +# "archiso" + "arch-install-scripts" + "dosfstools" "git" + "libburn" + "libisofs" + "lz4" + "lzo" "make" - "arch-install-scripts" "squashfs-tools" "libisoburn" - "dosfstools" - # "lynx" - "alterlinux-keyring" + # "lynx" + "xz" + "zlib" + "zstd" ) -- 2.11.0