From f7cf4908e52f6924eb81ba710f059fe562832b99 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Tue, 24 Mar 2020 02:12:22 +0800 Subject: [PATCH] Eliminate meaningless symbols --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 462127f..a75bc5c 100644 --- a/install-release.sh +++ b/install-release.sh @@ -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