Make the git clone process quiet.

This commit is contained in:
Storm Dragon 2022-04-01 00:27:05 -04:00
parent 0182d40087
commit 3642af9128

View File

@ -23,7 +23,7 @@ if [[ ! -d /opt/configure-stormux ]]; then
nmtui-connect
fi
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
pushd /opt/configure-stormux