Skip to content

Commit 90fb0da

Browse files
Merge pull request #86 from cogwheel0/main
fix error "flag not found" on tumbleweed
2 parents e25862d + 7034d26 commit 90fb0da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ install_dependencies() {
126126
dnf)
127127
${SUDO_CMD} ${PACKAGER} install -y ${DEPENDENCIES}
128128
;;
129+
zypper)
130+
${SUDO_CMD} ${PACKAGER} install -n ${DEPENDENCIES}
131+
;;
129132
*)
130133
${SUDO_CMD} ${PACKAGER} install -yq ${DEPENDENCIES}
131134
;;

0 commit comments

Comments
 (0)