diff --git a/helium_helper.sh b/helium_helper.sh index ec0638c..8f41ba1 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -30,7 +30,7 @@ cmd_query() { local PACKAGE="$1" if ! command -v "$PACKAGE" >/dev/null 2>&1 ; then - echo "$PACKAGE" >> $TMP/missingDeps + echo " - $PACKAGE" >> $TMP/missingDeps fi } @@ -46,7 +46,7 @@ dependency_check () { if [ -f "$TMP/missingDeps" ] ; then MISSING=$(cat $TMP/missingDeps) - echo -e "\n ${RED}Following dependencies are missing :\n\n${YEL}$MISSING\n\n ${CYN}Please install and re-run script !${CRS}" + echo -e "\n ${RED}Following dependencies are missing :\n\n${CRS}$MISSING\n\n ${CYN}Please install and re-run script !${CRS}" exit_clean exit