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
6f4293eafd
commit
7db022c2cc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ $final_path/.rbenv/versions/2.5.0/bin/ruby -v
|
||||||
RCOMMANDS
|
RCOMMANDS
|
||||||
|
|
||||||
# Create symlink for ruby 2.5.0
|
# Create symlink for ruby 2.5.0
|
||||||
sudo rm /usr/bin/ruby
|
sudo rm /usr/bin/ruby || true
|
||||||
sudo ln -s $final_path/.rbenv/versions/2.5.0/bin/ruby /usr/bin/ruby || true
|
sudo ln -s $final_path/.rbenv/versions/2.5.0/bin/ruby /usr/bin/ruby || true
|
||||||
|
|
||||||
# Install Mastodon
|
# Install Mastodon
|
||||||
|
|
Loading…
Reference in a new issue