ChrisTitusTech / mybash

My Bash profile - Highly customized Starship Theme - Just imagine Powerlevel10k and Nord Theme had a baby.
406 stars 208 forks source link

LINUXTOOLBOXDIR="$HOME/linuxtoolbox" Defaults to /root/ dir #68

Closed Repressed8077 closed 3 months ago

Repressed8077 commented 4 months ago

Steps to Reproduce:

  1. git clone https://github.com/ChrisTitusTech/mybash.git
  2. cd mybash
  3. Run sudo ./setup.sh After running the last command, linuxtoobox dir is created in the /root/ dir instead of the $HOME. This leads to the permission denied error after restarting the shell
RazoBeckett commented 3 months ago

it's a skill issue, read the instructions you are not suppose to run the setup.sh with sudo. @Repressed8077

Repressed8077 commented 3 months ago

@RazoBeckett I already resolved the issue, thanks for pointing that out