From bfd11abe98655c4db3c389d042a4cc38132dabcf Mon Sep 17 00:00:00 2001 From: Sam Hughes Date: Sat, 6 Jan 2024 23:50:06 -0800 Subject: [PATCH] Drop -a from tee command in Fedora instruction (The previous commit did not append, and I don't think we want to.) --- 0-getting-started/install/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0-getting-started/install/fedora.md b/0-getting-started/install/fedora.md index 88f4e25e..50762eaa 100644 --- a/0-getting-started/install/fedora.md +++ b/0-getting-started/install/fedora.md @@ -16,7 +16,7 @@ Fedora. To install the server, add the RethinkDB yum repository to your list of repositories and install: ```bash -cat << EOF | sudo tee -a /etc/yum.repos.d/rethinkdb.repo +cat << EOF | sudo tee /etc/yum.repos.d/rethinkdb.repo [rethinkdb] name=RethinkDB enabled=1