diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 0027f6d..3d5172f 100644 --- a/scripts/install +++ b/scripts/install @@ -127,7 +127,7 @@ sudo su - $app <<RCOMMANDS RCOMMANDS # Create symlink for ruby -sudo rm /usr/bin/ruby +sudo rm /usr/bin/ruby || true sudo ln -s /opt/mastodon/.rbenv/versions/2.5.0/bin/ruby /usr/bin/ruby || true # Install Mastodon |
