update
This commit is contained in:
parent
b109b6a7a0
commit
18f4e3e9df
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
sleep 60s
|
||||||
## Installing BBR
|
## Installing BBR
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
libtorrent_Ver=1.1.14
|
libtorrent_Ver=1.1.14
|
||||||
Deluge_Ver=1.3.15
|
Deluge_Ver=1.3.15
|
||||||
|
dewebport=8112
|
||||||
|
|
||||||
function Deluge_download {
|
function Deluge_download {
|
||||||
normal_1; echo "Downloading Deluge and its dependencies"; normal_2
|
normal_1; echo "Downloading Deluge and its dependencies"; normal_2
|
||||||
|
|
|
@ -483,7 +483,7 @@ RemainAfterExit=true
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
systemctl enable bbrinstall.service
|
systemctl enable bbrinstall.service && bbrx=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue