#!/bin/sh if grep -q "debian" /etc/os-release; then echo "installing packages..." apt update apt install \ cifs-utils \ restic fi