Avancement dans les scripts d'installation de Mastodon

This commit is contained in:
2018-05-06 23:32:22 +02:00
parent fef3b00193
commit c1aebe3913
5 changed files with 72 additions and 15 deletions

View File

@@ -1,5 +1,9 @@
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
#!/bin/bash
# https://anystack.xyz/how-to-install-mastodon-ubuntu/
echo Phase 3: Preparation de l'environnement
git clone https://github.com/rbenv/rbenv.git ~/.rbenv || exit 101
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
exit
exit 0