OSDN Git Service

[update] : Install go with pacstrap
authorhayao <hayao@fascode.net>
Thu, 12 Aug 2021 13:47:20 +0000 (22:47 +0900)
committerhayao <hayao@fascode.net>
Thu, 12 Aug 2021 13:47:20 +0000 (22:47 +0900)
build.sh

index 4dd4abe..b267b03 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -578,6 +578,7 @@ make_packages_aur() {
 
     # prepare for yay
     cp -rf --preserve=mode "${script_path}/system/aur.sh" "${airootfs_dir}/root/aur.sh"
+    _pacstrap "go"
 
     # Run aur script
     _run_with_pacmanconf _chroot_run "bash" "/root/aur.sh" "${makepkg_script_args[@]}" "${_pkglist_aur[@]}"