From 6a44a4d38f5f3ec4a96f18f1f30d944bdff4e56d Mon Sep 17 00:00:00 2001 From: cyteen Date: Wed, 4 Mar 2026 14:56:28 +0000 Subject: [PATCH] Add the find duplicate commandline tools fdupes and jdupes. --- 010_apt-get.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/010_apt-get.sh b/010_apt-get.sh index f4ff6b4..ca3fe15 100755 --- a/010_apt-get.sh +++ b/010_apt-get.sh @@ -21,6 +21,8 @@ apt install -y bat apt install -y bc apt install -y fzf apt install -y ripgrep +apt install -y fdupes +apt install -y jdupes apt install -y xsel apt install -y neofetch apt install -y sshpass