Skip to content

Commit 413a7b0

Browse files
committed
refactor(settings): missing tools message
1 parent a9e38f2 commit 413a7b0

File tree

1 file changed

+5
-10
lines changed
  • src/client/containers/Settings/BackupRestore

1 file changed

+5
-10
lines changed

src/client/containers/Settings/BackupRestore/index.jsx

+5-10
Original file line numberDiff line numberDiff line change
@@ -237,21 +237,16 @@ class BackupRestoreSettingsContainer extends React.Component {
237237
MongoDB Tools are required to perform backup and restore. See below for instructions on installing
238238
MongoDB Tools.
239239
</p>
240-
<br />
241-
<h5>
242-
<strong>Ubuntu 16.04</strong>
243-
</h5>
244-
<pre style={{ whiteSpace: 'pre-line' }}>
245-
wget
246-
https://repo.mongodb.org/apt/ubuntu/dists/xenial/mongodb-org/3.6/multiverse/binary-amd64/mongodb-org-tools_3.6.9_amd64.deb
247-
&& \ dpkg -i mongodb-org-tools_3.6.9_amd64.deb
248-
</pre>
249-
<br />
250240
<h5>
251241
<strong>Ubuntu 18.04</strong>
252242
</h5>
253243
<pre style={{ whiteSpace: 'pre-line' }}>sudo apt install -y mongo-tools</pre>
254244
<br />
245+
<h5>
246+
<strong>ArchLinux</strong>
247+
</h5>
248+
<pre style={{ whiteSpace: 'pre-line' }}>yay -S mongodb-tools-bin</pre>
249+
<br/>
255250
<h5>
256251
<strong>Fedora 29</strong>
257252
</h5>

0 commit comments

Comments
 (0)