ChrisTitusTech / mybash

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

Script exit on line 134 error on "[[" #79

Open BigMac1998 opened 4 months ago

BigMac1998 commented 4 months ago

The script also stops on line 134

elif [[ "$PACKAGER" == "dnf" ]]; then ${SUDO_CMD} ${PACKAGER} install -y ${DEPENDENCIES}

it errors on the double [[, had to comment these 2 lines out.

manishjchoudhary commented 3 months ago

For me whenever that happened, it also prompted for the root passwd. And after entering said passwd, ran fine.

RazoBeckett commented 3 months ago

fix is provided in #75 let's see when it's get merged.