Fix grep for depends list

Este commit está contenido en:
2023-03-19 11:49:18 -04:00
padre 1d66b43a26
commit 1a5f2e3222

Ver fichero

@@ -863,7 +863,7 @@ installMCGENERIC() {
ar x "$MCDEB"
tar xvf "control.tar.xz"
echo "You must install the following dependencies manually:"
grep -i control "Depends:"
grep -i "Depends:" control
tar xvf "data.tar.xz"
pushd data &>/dev/null || return
# Add list of files to log for uninstall