This commit is contained in:
jerry048 2021-08-05 13:59:38 +08:00
parent b109b6a7a0
commit 18f4e3e9df
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
sleep 60s
## Installing BBR ## Installing BBR
cd $HOME cd $HOME

View File

@ -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

View File

@ -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
} }