Recopie initiale
This commit is contained in:
9
files/Install-Mastodon-Phase3.sh
Normal file
9
files/Install-Mastodon-Phase3.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# https://anystack.xyz/how-to-install-mastodon-ubuntu/
|
||||
echo "Phase 3: Preparation de l\'environnement"
|
||||
cd $HOME
|
||||
git clone https://github.com/rbenv/rbenv.git $HOME/.rbenv || exit 101
|
||||
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> $HOME/.bashrc
|
||||
echo 'eval "$(rbenv init -)"' >> $HOME/.bashrc
|
||||
source $HOME/.bashrc
|
||||
exit 0
|
||||
Reference in New Issue
Block a user