From 99adb0cfb06009818bcf8f3834c631c3fccb28cf Mon Sep 17 00:00:00 2001 From: tiynger Date: Thu, 18 Jul 2019 17:39:10 +0200 Subject: [PATCH] update sshinstall.sh --- .dotinstall/sshinstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dotinstall/sshinstall.sh b/.dotinstall/sshinstall.sh index fcc8651..3d6812c 100755 --- a/.dotinstall/sshinstall.sh +++ b/.dotinstall/sshinstall.sh @@ -5,3 +5,6 @@ sudo pacman -S openssh ##add sshpass sudo pacman -S sshpass + +##add rsync +sudo pacman -S rsync