diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index f794f0f..9500366 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -10,7 +10,7 @@ cd $HOME # Exit if the entire script is running as root SCRIPTUID=$(id -u) if [[ $SCRIPTUID == 0 ]]; then - echo "This script is not designed to be run as root. Please log with your regular user and run the script without sudo" + echo "This script is not designed to be run as root. Please log in with your regular user and run the script without sudo" exit 1 fi