fix: apt's pesky outputs
This commit is contained in:
parent
b9d7f69bde
commit
89e7f8ead2
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue