Eliminate meaningless symbols

pull/1/head
Dct Mei 2020-03-24 02:12:22 +08:00
parent b6de829103
commit f7cf4908e5
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ installSoftware() {
;;
esac
${PACKAGE_MANAGEMENT_UPDATE}
${PACKAGE_MANAGEMENT_INSTALL} "$COMPONENT--"
${PACKAGE_MANAGEMENT_INSTALL} "$COMPONENT"
if [[ "$?" -ne '0' ]]; then
echo "error: Installation of $COMPONENT failed, please check your network."
exit 1