Remove /dev/null

This commit is contained in:
Whispering Wind
2025-09-10 23:00:45 +03:30
committed by GitHub
parent 1855ace52d
commit 25d22c8290

View File

@ -35,8 +35,8 @@ install_mongodb() {
os_name=$(grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '"')
os_version=$(grep '^VERSION_ID=' /etc/os-release | cut -d= -f2 | tr -d '"')
apt-get update -qq >/dev/null
apt-get install -y gnupg curl lsb-release >/dev/null
apt-get update
apt-get install -y gnupg curl lsb-release
curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor