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:
parent
96f8cb1d69
commit
9662fdc7d9
1 changed files with 5 additions and 0 deletions
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 a new issue