Fix grep for depends list
This commit is contained in:
@@ -863,7 +863,7 @@ installMCGENERIC() {
|
|||||||
ar x "$MCDEB"
|
ar x "$MCDEB"
|
||||||
tar xvf "control.tar.xz"
|
tar xvf "control.tar.xz"
|
||||||
echo "You must install the following dependencies manually:"
|
echo "You must install the following dependencies manually:"
|
||||||
grep -i control "Depends:"
|
grep -i "Depends:" control
|
||||||
tar xvf "data.tar.xz"
|
tar xvf "data.tar.xz"
|
||||||
pushd data &>/dev/null || return
|
pushd data &>/dev/null || return
|
||||||
# Add list of files to log for uninstall
|
# Add list of files to log for uninstall
|
||||||
|
|||||||
Reference in New Issue
Block a user