Update qbittorrent-v5-install.sh

pull/1105/head
tteckster 2 years ago committed by GitHub
parent 6c26e410d2
commit 4ab9f3c9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      install/qbittorrent-v5-install.sh

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2023 tteck
# Author: romka777 (Roman Gogolev)
# Author: tteck/romka777 (Roman Gogolev)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
@ -90,7 +90,6 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
msg_ok "Installed Dependencies"
msg_info "Installing qbittorrent-nox"
$STD apt-get install -y qbittorrent-nox
$STD adduser \
@ -100,8 +99,6 @@ $STD adduser \
--disabled-password \
--home /home/qbtuser \
qbtuser
msg_ok "qbittorrent-nox"
msg_info "Creating Service"
@ -126,8 +123,6 @@ systemctl -q daemon-reload
systemctl enable --now -q qbittorrent-nox
msg_ok "Created Service"
echo "export TERM='xterm-256color'" >>/root/.bashrc
echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" > /etc/motd
chmod -x /etc/update-motd.d/*

Loading…
Cancel
Save