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

[fix] Clear code install script

This commit is contained in:
magikcypress 2017-04-14 16:44:41 +02:00
parent 032100abf9
commit 4045dfd749

View file

@ -165,11 +165,9 @@ pushd ~/live
ACOMMANDS ACOMMANDS
# init rbenv & create bundle # init rbenv & create bundle
# Tips: rbenv init bash (see: https://github.com/rbenv/rbenv/issues/925)
sudo su - $app <<BCOMMANDS sudo su - $app <<BCOMMANDS
. ~/.profile . ~/.profile
type rbenv type rbenv
ls -alh /opt/mastodon/.rbenv/shims/bundle || true
BCOMMANDS BCOMMANDS