Skip to content

Instantly share code, notes, and snippets.

@mortackai
mortackai / deluge-install.sh
Last active August 27, 2020 16:59
Installs Deluge
#!/bin/bash
# run updates
echo "RUN UPDATES"
sudo apt update && sudo apt upgrade -y
# update repos
echo "UPDATE REPOS & INSTALL DELUGE"
sudo add-apt-repository ppa:deluge-team/stable
sudo apt-get update