feat: install script

This commit is contained in:
Strix 2023-10-20 00:19:23 +02:00
parent 6b06453d37
commit a5f81bcaef
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

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