Eliminate meaningless symbols
parent
b6de829103
commit
f7cf4908e5
|
@ -153,7 +153,7 @@ installSoftware() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
${PACKAGE_MANAGEMENT_UPDATE}
|
${PACKAGE_MANAGEMENT_UPDATE}
|
||||||
${PACKAGE_MANAGEMENT_INSTALL} "$COMPONENT--"
|
${PACKAGE_MANAGEMENT_INSTALL} "$COMPONENT"
|
||||||
if [[ "$?" -ne '0' ]]; then
|
if [[ "$?" -ne '0' ]]; then
|
||||||
echo "error: Installation of $COMPONENT failed, please check your network."
|
echo "error: Installation of $COMPONENT failed, please check your network."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue