1
0
Fork 0
mirror of https://github.com/pgrondek/config.git synced 2025-02-16 23:06:31 +00:00

Added script to install dependencies

This commit is contained in:
pgrondek 2019-05-30 22:16:23 +02:00
parent 96f8cb1d69
commit 9662fdc7d9

5
dependencies.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
packages="transmission-cli"
sudo aptitude install -y $packages