mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
Added script to install dependencies
This commit is contained in:
parent
96f8cb1d69
commit
9662fdc7d9
5
dependencies.sh
Executable file
5
dependencies.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
packages="transmission-cli"
|
||||
|
||||
sudo aptitude install -y $packages
|
Loading…
Reference in New Issue
Block a user