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 80c2407 commit 90cf099Copy full SHA for 90cf099
phreaknet.sh
@@ -328,6 +328,8 @@ elif [ -f /etc/redhat-release ]; then
328
PAC_MAN="yum"
329
elif [ "$OS_DIST_INFO" = "SLES" ]; then
330
PAC_MAN="zypper"
331
+elif [ "$OS_DIST_INFO" = "openSUSE Leap" ]; then
332
+ PAC_MAN="zypper"
333
elif [ "$OS_DIST_INFO" = "openSUSE Tumbleweed" ]; then
334
335
elif [ -r /etc/arch-release ]; then
0 commit comments