From 4f0878d038fd9b9f85a68acf2a5638c699469a4d Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 3 Apr 2024 23:20:55 +0300 Subject: [PATCH] force install bundle --- files/update_mastodon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/update_mastodon.sh b/files/update_mastodon.sh index 3c83128..81ff184 100755 --- a/files/update_mastodon.sh +++ b/files/update_mastodon.sh @@ -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..."