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:
parent
a8f2853379
commit
6f4293eafd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue