Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Apr 24, 2024
1 parent 303d79d commit 00301e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/12.0/setup1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ EOF
su - mastodon <<EOF
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
cd ~/.rbenv && src/configure && make -C src
echo 'export PATH="/home/mastodon/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
echo 'export PATH="\$HOME/.rbenv/bin:\$PATH"' >> ~/.bashrc
echo 'eval "\$(rbenv init -)"' >> ~/.bashrc
EOF

cat << EOF
Expand Down

0 comments on commit 00301e8

Please sign in to comment.