Skip to content

Commit e2cc6ba

Browse files
committed
install: Adds post-install infor on the chruby tool
1 parent 8c25f0e commit e2cc6ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cleanMacOsInstallation.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ cp $PWD/cleanInstall/fonts/* /Library/Fonts
6565
# Installing SDKMAN!
6666
curl -s "https://get.sdkman.io" | bash
6767

68-
68+
# Details on ruby installations:
69+
# https://stackoverflow.com/questions/51126403/you-dont-have-write-permissions-for-the-library-ruby-gems-2-3-0-directory-ma
6970

7071
# Final manual steps
7172
echo There are a few final steps that require manual intervention
@@ -75,6 +76,8 @@ echo " > Then move the application to /Applications/"
7576
echo "+ AirPlay Receiver"
7677
echo " > Go to Preferences -> Sharing and turn AirPlay Receiver off"
7778
echo " > Leaving it on will drastically reduce BT sound quality with multiple devices connected"
79+
echo "+ Install Ruby"
80+
echo " > You may have to run ruby-install <version> to install Ruby"
7881
echo ""
7982
echo "Don't forget to install dotfiles and dotfiles_private!"
8083

0 commit comments

Comments
 (0)