File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ cp $PWD/cleanInstall/fonts/* /Library/Fonts
65
65
# Installing SDKMAN!
66
66
curl -s " https://get.sdkman.io" | bash
67
67
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
69
70
70
71
# Final manual steps
71
72
echo There are a few final steps that require manual intervention
@@ -75,6 +76,8 @@ echo " > Then move the application to /Applications/"
75
76
echo " + AirPlay Receiver"
76
77
echo " > Go to Preferences -> Sharing and turn AirPlay Receiver off"
77
78
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"
78
81
echo " "
79
82
echo " Don't forget to install dotfiles and dotfiles_private!"
80
83
You can’t perform that action at this time.
0 commit comments