install rsync by default

This commit is contained in:
陆柯 2021-11-13 15:00:52 +08:00
parent 11b284d17f
commit 0159e56dd1

View File

@ -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"