From 0159e56dd1870d34c44fd9882d9c9639a19d10ed Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 13 Nov 2021 15:00:52 +0800 Subject: [PATCH] install rsync by default --- config-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-debian.sh b/config-debian.sh index 3dcf4aa..2d7eb94 100755 --- a/config-debian.sh +++ b/config-debian.sh @@ -12,7 +12,7 @@ fi echo "<<< Installing basic tools" apt update -apt install -y emacs git curl screen sudo automake +apt install -y emacs git curl screen sudo automake rsync echo echo "<<< Making dir /faronear"