mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 20:13:43 +00:00
6 lines
85 B
Bash
6 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
packages="transmission-cli"
|
||
|
|
||
|
sudo aptitude install -y $packages
|