Open BigMac1998 opened 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.
For me whenever that happened, it also prompted for the root passwd. And after entering said passwd, ran fine.
fix is provided in #75 let's see when it's get merged.
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.