We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3648d6 commit 23ed6b0Copy full SHA for 23ed6b0
include/bootstrap/fedora/deploy.sh
@@ -84,8 +84,7 @@ do_install()
84
for package in ${basic_packages}; do
85
msg -n "${package} ... "
86
pkg_url=$(grep -e "^.*/${package}-[0-9r][0-9\.\-].*rpm$" "${pkg_list}" | grep -m1 ${pkg_arch})
87
- test "${pkg_url}"
88
- is_ok "skip" || continue
+ test "${pkg_url}"; is_ok "fail" || return 1
89
pkg_file="${pkg_url##*/}"
90
# download
91
for i in 1 2 3
0 commit comments