Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions phreaknet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ elif [ -f /etc/redhat-release ]; then
PAC_MAN="yum"
elif [ "$OS_DIST_INFO" = "SLES" ]; then
PAC_MAN="zypper"
elif [ "$OS_DIST_INFO" = "openSUSE Leap" ]; then
PAC_MAN="zypper"
elif [ "$OS_DIST_INFO" = "openSUSE Tumbleweed" ]; then
PAC_MAN="zypper"
elif [ -r /etc/arch-release ]; then
Expand Down