We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc436df commit 4ab4b98Copy full SHA for 4ab4b98
create-arch-bootstrap.sh
@@ -251,6 +251,8 @@ run_in_chroot pacman -Q > "${bootstrap}"/pkglist.x86_64.txt
251
export -f generate_pkg_licenses_file
252
run_in_chroot bash -c generate_pkg_licenses_file
253
254
+sed -i 's/DownloadUser = alpm/#DownloadUser = alpm/' "${bootstrap}"/etc/pacman.conf
255
+
256
unmount_chroot
257
258
# Clear pacman package cache
0 commit comments