Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
rebase of current openSUSE support


Signed-off-by: coogor <axel.braun@gmx.de>
  • Loading branch information
coogor committed Nov 19, 2022
1 parent da0a8c5 commit 130dc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated install/basic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ package_manager_detect() {
PKG_MANAGER="dnf"
elif is_command yum ; then
PKG_MANAGER="yum"
else
elif is_command zypper ; then
PKG_MANAGER="zypper"
fi

Expand Down

0 comments on commit 130dc9d

Please sign in to comment.