We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db983d3 commit b44d477Copy full SHA for b44d477
setup.sh
@@ -133,6 +133,8 @@ installDepend() {
133
${SUDO_CMD} ${PACKAGER} -iA nixos.bash nixos.bash-completion nixos.gnutar nixos.neovim nixos.bat nixos.tree nixos.multitail nixos.fastfetch nixos.pkgs.starship
134
elif [ "$PACKAGER" = "dnf" ]; then
135
${SUDO_CMD} ${PACKAGER} install -y ${DEPENDENCIES}
136
+ elif [ "$PACKAGER" = "zypper" ]; then
137
+ ${SUDO_CMD} ${PACKAGER} install -n ${DEPENDENCIES}
138
else
139
${SUDO_CMD} ${PACKAGER} install -yq ${DEPENDENCIES}
140
fi
0 commit comments