do not update database via pacman, use ahriman's own databses

This commit is contained in:
2022-12-04 23:45:10 +02:00
parent 0e839fbbf2
commit da5d97788a
3 changed files with 4 additions and 5 deletions

View File

@ -47,8 +47,6 @@ if [ -n "$AHRIMAN_UNIX_SOCKET" ]; then
fi
ahriman "${AHRIMAN_DEFAULT_ARGS[@]}" repo-setup "${AHRIMAN_SETUP_ARGS[@]}"
# refresh database
pacman -Syy &> /dev/null
# create machine-id which is required by build tools
systemd-machine-id-setup &> /dev/null