Skip to content

Instantly share code, notes, and snippets.

@teuteuguy
Last active June 1, 2020 00:35
Show Gist options
  • Save teuteuguy/d787c3ec03a7d4d546404166de8ae3a4 to your computer and use it in GitHub Desktop.
Save teuteuguy/d787c3ec03a7d4d546404166de8ae3a4 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "You must sudo this script"
exit
fi
apt-get update
apt-get upgrade -y
apt install -y transmission-daemon
systemctl stop transmission-daemon
nano /etc/transmission-daemon/settings.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment