File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -252,15 +252,16 @@ have_sudo_access() {
252
252
253
253
if [[ -n " ${HOMEBREW_ON_MACOS-} " ]] && [[ " ${HAVE_SUDO_ACCESS} " -ne 0 ]]
254
254
then
255
- abort " $( cat << EOABORT
255
+ abort " $(
256
+ cat << EOABORT
256
257
Need sudo access on macOS (e.g. the user ${USER} needs to be an Administrator)!
257
258
258
- If you want to use Homebrew from a standard (non-admin) macOS account without sudo , run these commands using an admin account :
259
+ Or for a standard (non-admin) user , run:
259
260
260
- sudo mkdir -p "${HOMEBREW_PREFIX} "
261
- sudo chown -R "${USER} :${GROUP} " "${HOMEBREW_PREFIX} "
261
+ sudo mkdir -p "${HOMEBREW_PREFIX} "
262
+ sudo chown -R "${USER} :${GROUP} " "${HOMEBREW_PREFIX} "
262
263
263
- Then you can rerun this script entirely without admin privileges .
264
+ Then run this installer script again .
264
265
EOABORT
265
266
) "
266
267
fi
You can’t perform that action at this time.
0 commit comments