qbittorent and proxmox newbie

extensive

New Member
Oct 20, 2025
1
0
1
Hi, just set up proxmox on a new mini pc and messing around with it. I got home assistant and homarr up and running. I am using the proxmox community script to try to install it and continue to get this error no matter what option i choose to install. Can anybody help?

1760972069636.png
 
Hi @extensive , welcome to the forum.
The problem you are getting is not directly related to the operation of the PVE. You should reach out to the authors of the community scripts and report this to them. They are in the best position of knowing their own code and what could be leading to this.

Cheers

PS as stated on the community script web page - blindly executing shell scripts over the internet is dangerous.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Another possibility is you might have a look what is in that 1152 line.

Besides, I would NOT execute scripts directly from the Internet before downloading them "manually" and checking them.

Especially as root and more especially as root of the hypervisor.

Good luck!
 
  • Like
Reactions: Johannes S
These scripts are not fully tested on latest Debian 13 Trixie.
If I have to use these I would select Debian 12 template, and upgrade much later when update script is fully tested..
Bash:
var_version=12 bash -c "$(curl -fsSL https://........................./qbittorrent.sh)"