File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ Install man pages : yes
138
138
<p>The following commands will download the most recent MongoDB binary release and install it using the <code>pkgadd</code> command on Solaris 10.</p>
139
139
<screen><output style="prompt">$ </output><input>bash</input>
140
140
<output style="prompt">bash-3.2$ </output><input>export ARCH=`uname -m`</input>
141
- <output style="prompt">bash-3.2$ </output><input>/usr/sfw/bin/wget --no-check-certificate "https://github.com/mongodb/mongo-c-driver/releases/download/1.1.10/MONGOmongo -c-driver-1.1.10.${ARCH}.pkg.tar.gz"</input>
142
- <output style="prompt">bash-3.2$ </output><input>gunzip -c "MONGOmongo -c-driver-1.1.10.${ARCH}.pkg.tar.gz" | tar -xf -</input>
143
- <output style="prompt">bash-3.2$ </output><input>pkgadd -d . MONGOmongo -c-driver</input></screen>
141
+ <output style="prompt">bash-3.2$ </output><input>/usr/sfw/bin/wget --no-check-certificate "https://github.com/mongodb/mongo-c-driver/releases/download/1.1.10/mongo -c-driver-1.1.10.${ARCH}.pkg.tar.gz"</input>
142
+ <output style="prompt">bash-3.2$ </output><input>gunzip -c "mongo -c-driver-1.1.10.${ARCH}.pkg.tar.gz" | tar -xf -</input>
143
+ <output style="prompt">bash-3.2$ </output><input>pkgadd -d . mongo -c-driver</input></screen>
144
144
145
145
</section>
146
146
You can’t perform that action at this time.
0 commit comments