feat: install script
This commit is contained in:
parent
6b06453d37
commit
a5f81bcaef
1 changed files with 9 additions and 0 deletions
9
tools/setup/05-install-packages.sh
Normal file
9
tools/setup/05-install-packages.sh
Normal 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
|
Loading…
Reference in a new issue