From 865aca80028998a7686342377ff0e69c99d4839d Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 16 Apr 2024 22:25:36 +0530 Subject: [PATCH] unix-setup.sh: debian: add pkg: rsync --- .local/scripts/other-common-scripts/unix-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/scripts/other-common-scripts/unix-setup.sh b/.local/scripts/other-common-scripts/unix-setup.sh index 8d4e1d3..712a27d 100644 --- a/.local/scripts/other-common-scripts/unix-setup.sh +++ b/.local/scripts/other-common-scripts/unix-setup.sh @@ -86,6 +86,7 @@ function install_pkgs_debian() { dpkg-dev git openssh-server + rsync vim wget gcc-