Change force to redownload

This commit is contained in:
Antonio J. Delgado 2024-08-19 13:49:27 +03:00
parent 243b9b8b4f
commit 8e63c2d852

View file

@ -152,7 +152,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 --force
sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install --redownload
fi
if [ "${DEBUG}" == "true" ]; then
echo "Running yarm install..."