Add deluge script
This commit is contained in:
parent
81bfaa60be
commit
54be754515
1 changed files with 9 additions and 0 deletions
9
website/src/deluge.sh
Normal file
9
website/src/deluge.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
add-apt-repository -y ppa:deluge-team/stable
|
||||
apt-get update
|
||||
apt-get install -y nginx deluged deluge-console zip
|
||||
|
||||
deluged
|
||||
deluge-console
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue