#!/bin/sh if grep -q "debian" /etc/os-release; then echo "installing packages..." DEBIAN_FRONTEND=noninteractive apt update -y DEBIAN_FRONTEND=noninteractive apt install -y \ cifs-utils \ restic \ docker.io \ docker-compose \ apparmor fi