Make the git clone process quiet.
This commit is contained in:
parent
0182d40087
commit
3642af9128
@ -23,7 +23,7 @@ if [[ ! -d /opt/configure-stormux ]]; then
|
|||||||
nmtui-connect
|
nmtui-connect
|
||||||
fi
|
fi
|
||||||
echo "Installing configure-stormux..."
|
echo "Installing configure-stormux..."
|
||||||
sudo git -C /opt clone https://gitlab.com/stormux/configure-stormux.git || exit 1
|
sudo git -C /opt clone -q https://gitlab.com/stormux/configure-stormux.git || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd /opt/configure-stormux
|
pushd /opt/configure-stormux
|
||||||
|
Loading…
Reference in New Issue
Block a user