Skip to content

Commit

Permalink
Merge pull request ceph#6134 from SUSE/wip-13318-infernalis
Browse files Browse the repository at this point in the history
install-deps.sh: openSUSE-release/sles-release/sled-release are always present
  • Loading branch information
liewegas committed Oct 1, 2015
2 parents 4c0277f + 0f9dca4 commit 99651f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if type apt-get > /dev/null 2>&1 ; then
fi

if type zypper > /dev/null 2>&1 ; then
$SUDO zypper --gpg-auto-import-keys --non-interactive install openSUSE-release lsb-release
$SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release
fi

case $(lsb_release -si) in
Expand Down

0 comments on commit 99651f0

Please sign in to comment.