Commit b6d2dede authored by Kamil Godzwon's avatar Kamil Godzwon Committed by Konrad Sztyber
Browse files

pkgdep/rhel: fix indentations

parent e2916ec1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ pre_install() {

	if [[ $ID == centos || $ID == rocky ]] && [[ $VERSION_ID == 8* ]]; then
		sudo "$package_manager" update -y --refresh
	elif [[ $ID == centos ]] && (( $VERSION_ID == 7 )); then
	elif [[ $ID == centos ]] && ((VERSION_ID == 7)); then
		install nbd || {
			install wget
			wget -O nbd.rpm https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/n/nbd-3.24-1.el7.x86_64.rpm