File tree 1 file changed +5
-10
lines changed
src/client/containers/Settings/BackupRestore
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -237,21 +237,16 @@ class BackupRestoreSettingsContainer extends React.Component {
237
237
MongoDB Tools are required to perform backup and restore. See below for instructions on installing
238
238
MongoDB Tools.
239
239
</ 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 />
250
240
< h5 >
251
241
< strong > Ubuntu 18.04</ strong >
252
242
</ h5 >
253
243
< pre style = { { whiteSpace : 'pre-line' } } > sudo apt install -y mongo-tools</ pre >
254
244
< br />
245
+ < h5 >
246
+ < strong > ArchLinux</ strong >
247
+ </ h5 >
248
+ < pre style = { { whiteSpace : 'pre-line' } } > yay -S mongodb-tools-bin</ pre >
249
+ < br />
255
250
< h5 >
256
251
< strong > Fedora 29</ strong >
257
252
</ h5 >
You can’t perform that action at this time.
0 commit comments