全球主机交流论坛
标题:
qb安装脚本卡住
[打印本页]
作者:
biubiudu
时间:
2023-4-2 01:08
标题:
qb安装脚本卡住
大佬们,想装个qb一键脚本,用的这个:bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) <用户名称> <用户密码> <缓存大小(单位:GiB,且为整数)>
但是一直卡在输入完这个命令的界面,这是为什么呀?
用其他机子装了一下,命令没问题。
或者大佬们有其他适合刷pt的qb脚本吗
作者:
zsj403919383
时间:
2023-4-2 01:12
dd下系统再装试试?
作者:
biubiudu
时间:
2023-4-2 01:16
zsj403919383 发表于 2023-4-2 01:12
dd下系统再装试试?
现在装了很多东西了 懒得再dd了,之前刚拿到机子 用官方的系统换了好几个 都这个样子 。。。
作者:
Akewa
时间:
2023-4-2 01:18
如果是ubuntu/debian
sudo apt update
sudo apt install qbittorrent-nox -y
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
cat > /etc/systemd/system/qb.service <<EOF
[Unit]
Description=qBittorrent Service
After=network.target nss-lookup.target
[Service]
UMask=000
ExecStart=/usr/bin/qbittorrent-nox
[Install]
WantedBy=multi-user.target
EOF
systemctl start qb.service
systemctl enable qb.service
systemctl status qb.service
作者:
biubiudu
时间:
2023-4-2 01:19
Akewa 发表于 2023-4-2 01:18
如果是ubuntu/debian
sudo apt update
我草 谢谢大佬小白给跪了
欢迎光临 全球主机交流论坛 (https://443502.xyz/)
Powered by Discuz! X3.4