From 4ab9f3c9de48027d073136f6eb7f85e6438bb74f Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 24 Feb 2023 08:52:32 -0500 Subject: [PATCH] Update qbittorrent-v5-install.sh --- install/qbittorrent-v5-install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install/qbittorrent-v5-install.sh b/install/qbittorrent-v5-install.sh index 016fc7ad..99f901e5 100644 --- a/install/qbittorrent-v5-install.sh +++ b/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/*