From 0693b3f743817849b0c992a52c3753afe5a46fb6 Mon Sep 17 00:00:00 2001 From: Roman Gogolev Date: Fri, 24 Feb 2023 16:19:38 +0300 Subject: [PATCH] Fix repo to tteck --- ct/qbittorrent-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/qbittorrent-v5.sh b/ct/qbittorrent-v5.sh index 1f0c0da1..d98963e4 100644 --- a/ct/qbittorrent-v5.sh +++ b/ct/qbittorrent-v5.sh @@ -27,7 +27,7 @@ var_cpu="2" var_ram="2048" var_os="debian" var_version="11" -var_repo="romka777/Proxmox" +var_repo="tteck/Proxmox" NSAPP=$(echo ${APP,,} | tr -d ' ') var_install="${NSAPP}-v5-install" INTEGER='^[0-9]+$'