From 6c7bf5b0d5c9aea306630147f6eed1000c0a8d17 Mon Sep 17 00:00:00 2001 From: RP1 Date: Wed, 25 Dec 2024 23:51:44 +0100 Subject: [PATCH] added qbittorrent config --- 3progs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/3progs.sh b/3progs.sh index ca97fd1..8d64765 100755 --- a/3progs.sh +++ b/3progs.sh @@ -445,6 +445,7 @@ if [[ $user_choice = *"QBittorrent - torrent kliens"* ]]; then echo Installing ${bold}${yellow}QBittorrent${normal} sudo pacman -S qbittorrent --noconfirm + cp -a qBittorrent /home/$USER/.config/ echo ${bold}${yellow}QBittorrent ${normal}installed. echo ---------------------------------------------