fix: apt's pesky outputs

This commit is contained in:
Strix 2023-10-22 18:04:18 +02:00
parent b9d7f69bde
commit 89e7f8ead2
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -2,8 +2,8 @@
if grep -q "debian" /etc/os-release; then
echo "installing packages..."
apt update -y
apt install -y \
DEBIAN_FRONTEND=noninteractive apt update -y
DEBIAN_FRONTEND=noninteractive apt install -y \
cifs-utils \
restic \
docker.io \