Skip to content

Commit

Permalink
disable download-timeout on packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Oct 7, 2023
1 parent dc092e8 commit 2b056d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pacman --noconfirm -U --overwrite '*' /own_pkgs/*
rm -rf /var/cache/pacman/pkg
# install packages
pacman --noconfirm -S --overwrite '*' ${PACKAGES}
pacman --noconfirm -S --overwrite '*' --disable-download-timeout ${PACKAGES}
rm -rf /var/cache/pacman/pkg
# install AUR packages
Expand Down

0 comments on commit 2b056d1

Please sign in to comment.