Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4c399bc

Browse files
committed
Replace force option of pacman to overwrite
1 parent c957b39 commit 4c399bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎include/bootstrap/archlinux/deploy.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pacman_install()
2727
[ -n "${packages}" ] || return 1
2828
(set -e
2929
#rm -f ${CHROOT_DIR}/var/lib/pacman/db.lck || true
30-
chroot_exec -u root pacman -Syq --force --noconfirm ${packages}
30+
chroot_exec -u root pacman -Syq --overwrite --noconfirm ${packages}
3131
rm -f "${CHROOT_DIR}"/var/cache/pacman/pkg/* || true
3232
exit 0)
3333
return $?

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /