mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +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
|
RCOMMANDS
|
||||||
|
|
||||||
# Create symlink for ruby
|
# 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
|
sudo ln -s /opt/mastodon/.rbenv/versions/2.5.0/bin/ruby /usr/bin/ruby || true
|
||||||
|
|
||||||
# Install Mastodon
|
# Install Mastodon
|
||||||
|
|
Loading…
Add table
Reference in a new issue