Correction de syntaxe

This commit is contained in:
2018-05-07 11:41:18 +02:00
parent 99d3d4e930
commit 1251cef00e
2 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# https://anystack.xyz/how-to-install-mastodon-ubuntu/
echo Phase 3: Preparation de l'environnement
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