We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wget
When using wget to download a package, the output floods the terminal with the download progress.
Add the -q flag to download the package in the quiet mode.
-q
quiet
webservice/scripts/install.sh
Line 120 in 618f1e0
- wget https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/amd64/latest/amazon-cloudwatch-agent.deb + wget -q https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/amd64/latest/amazon-cloudwatch-agent.deb
The text was updated successfully, but these errors were encountered:
sydrawat01
No branches or pull requests
When using
wget
to download a package, the output floods the terminal with the download progress.Add the
-q
flag to download the package in thequiet
mode.webservice/scripts/install.sh
Line 120 in 618f1e0
The text was updated successfully, but these errors were encountered: