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