Remove duplicate warning for app not installed

Removed redundant warning message for app installation.
This commit is contained in:
Tobias 2025-11-21 10:14:08 +01:00 committed by GitHub
parent c528c283ed
commit 4a1d947ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,11 +76,9 @@ echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
echo -n "Enter URL of qbittorrent example: (http://192.168.1.10:8080): "
read -r QBITTORRENT_BASE_URL
echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
echo -n "Enter qbittorrent username: "
read -r QBITTORRENT_USERNAME
echo -e "${YW}⚠️ ${APP} is not installed.${CL}"
echo -n "Enter qbittorrent password: "
read -r QBITTORRENT_PASSWORD