Skip to content

Commit

Permalink
Merge pull request #17 from isac322/replace_pacman_force
Browse files Browse the repository at this point in the history
Replace force option of pacman to overwrite
  • Loading branch information
meefik authored Oct 27, 2019
2 parents c957b39 + 4c399bc commit 850ff8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bootstrap/archlinux/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pacman_install()
[ -n "${packages}" ] || return 1
(set -e
#rm -f ${CHROOT_DIR}/var/lib/pacman/db.lck || true
chroot_exec -u root pacman -Syq --force --noconfirm ${packages}
chroot_exec -u root pacman -Syq --overwrite --noconfirm ${packages}
rm -f "${CHROOT_DIR}"/var/cache/pacman/pkg/* || true
exit 0)
return $?
Expand Down

0 comments on commit 850ff8e

Please sign in to comment.