ChrisTitusTech / Debian-titus

Debian customizations from Chris Titus Tech
GNU General Public License v3.0
414 stars 152 forks source link

Problem with installing Debian #96

Open vik24 opened 1 year ago

vik24 commented 1 year ago

Hi,I'm a total beginner to Linux. I'm installing the system without a root user. Just as a user who will use 'sudo'. When I go to Software selection I uncheck all options and leave only 'standard system utlilties'. I follow these commands from github:git clone https://github.com/ChrisTitusTech/debian-tituscd debian-titussudo ./install.shUnfortunately after a long time, I get this message displayed:"You need to be a member of the sudo group to run me!"Previously it displays me this:Using aptUsage: grep [OPTION] ... PATTERNS [FILE] ...Try 'grep -- help' for more information. Do you know how to fix it/cause it to install completely correctly and successfully though?

https://imgur.com/a/WdinoAE

crazycheetah42 commented 12 months ago

For some reason, it displays that for everyone but it still installs properly. Don't worry about that. Just run sudo reboot.

p3nguin-kun commented 10 months ago
usermod -aG sudo [username]
crazycheetah42 commented 5 months ago

This can be closed, I think.