mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 14:56:28 +00:00
5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
packages="transmission-cli"
|
|
|
|
sudo aptitude install -y $packages
|