mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Don't remove ruby symb link
This commit is contained in:
parent
da67043bc9
commit
4310b471c5
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ SECURE_REMOVE '/etc/cron.d/$app'
|
|||
SECURE_REMOVE '/etc/apt/sources.list.d/backports.list'
|
||||
SECURE_REMOVE '/etc/apt/sources.list.d/yarn.list'
|
||||
|
||||
# Delete ruby exec
|
||||
sudo rm /usr/bin/ruby
|
||||
# Delete ruby symb link
|
||||
# sudo rm /usr/bin/ruby
|
||||
|
||||
# Uninstall Yarn
|
||||
sudo npm uninstall yarn
|
||||
|
|
Loading…
Add table
Reference in a new issue