1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Fix rm rb

This commit is contained in:
nemsia 2018-01-31 20:13:24 +01:00 committed by GitHub
parent a8f2853379
commit 6f4293eafd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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