echo -e "\nOoops! rpi-clone needs the rsync program but cannot run it."
echo "Make sure rsync is installed:"
echo " $ apt-get update"
echo -e " $ apt-get install rsync\n"
exit 0
fi
usage()
{
echo ""
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.