force install bundle

This commit is contained in:
Antonio J. Delgado 2024-04-03 23:20:55 +03:00
parent 15f41278ec
commit 4f0878d038

View file

@ -137,7 +137,7 @@ if [ "${current_tag}" != "${tag}" ] || [ "${reinstall}" ]; then
if [ "${dummy}" == "true" ]; then
echo sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install
else
sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install
sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install --force
fi
if [ "${DEBUG}" == "true" ]; then
echo "Running yarm install..."