Skip to content

Commit 4ab4b98

Browse files
authored
Disable DownloadUser option
1 parent cc436df commit 4ab4b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

create-arch-bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ run_in_chroot pacman -Q > "${bootstrap}"/pkglist.x86_64.txt
251251
export -f generate_pkg_licenses_file
252252
run_in_chroot bash -c generate_pkg_licenses_file
253253

254+
sed -i 's/DownloadUser = alpm/#DownloadUser = alpm/' "${bootstrap}"/etc/pacman.conf
255+
254256
unmount_chroot
255257

256258
# Clear pacman package cache

0 commit comments

Comments
 (0)