more instructions

This commit is contained in:
jash
2018-11-04 18:49:36 +01:00
committed by kexkey
parent 8302b8ca82
commit b62506dc48

2
dist/setup.sh vendored
View File

@@ -489,7 +489,7 @@ sanity_checks() {
id -u $RUN_AS_USER > /dev/null 2>&1
if [[ $OS == 'Darwin' && $? == 1 ]]; then
echo " Automatic user creation not supported on OSX."
echo " Please create the user \"$RUN_AS_USER\" by hand."
echo " Please create the user \"$RUN_AS_USER\" by hand and run: ./setup.sh -i"
exit
fi
fi