From b66f7418cea3d405ce86625d6a445838c305e9e5 Mon Sep 17 00:00:00 2001 From: itiligent <94789708+itiligent@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:34:22 +1100 Subject: [PATCH] updated sudo add instructions --- 1-setup.sh | 2 +- README.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index 2263e8f..2b0c160 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -53,7 +53,7 @@ fi # Make sure the user running setup is a member of the sudo group if ! id -nG "$USER" | grep -qw "sudo"; then echo - echo -e "${LRED}The current user (${USER}) must be a member of the 'sudo' group. Run: sudo usermod -aG sudo ${USER}${NC}" 1>&2 + echo -e "${LRED}The current user (${USER}) must be a member of the 'sudo' group. Run as root: usermod -aG sudo your-username & re-login ${USER}${NC}" 1>&2 exit 1 fi diff --git a/README.md b/README.md index 19556ec..bf4667f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -# 🥑 Easy Guacamole Installer & Jump-Host Builder +
+ +# 🥑 Easy Guacamole Jump-Host Builder + +
+ +## Introduction + +This project allows you to easily set up a Guacamole jump-host for secure remote access. +