Skip to content

Commit

Permalink
Merge pull request #669 from vadlakondaswetha/updatedoc
Browse files Browse the repository at this point in the history
Updated to v0.41.1 in installation doc
  • Loading branch information
vadlakondaswetha committed Apr 28, 2022
2 parents db6b744 + 6f6037f commit ae62e46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installing.md
Expand Up @@ -97,8 +97,8 @@ Ensure that dependencies are present:

Download and install the latest release package:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.0/gcsfuse-0.41.0-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.0-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.1/gcsfuse-0.41.1-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.1-1.x86_64.rpm

<a name="other-distributions"></a>

Expand All @@ -118,13 +118,13 @@ Ensure that dependencies are present:

If you are on a distribution that uses `.rpm` files for package management:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.0/gcsfuse-0.41.0-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.0-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.1/gcsfuse-0.41.1-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.1-1.x86_64.rpm

Or one that uses `.deb` files:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.0/gcsfuse_0.41.0_amd64.deb
sudo dpkg --install gcsfuse_0.41.0_amd64.deb
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.1/gcsfuse_0.41.1_amd64.deb
sudo dpkg --install gcsfuse_0.41.1_amd64.deb

On some systems it may be necessary to add the your user account to the `fuse`
group in order to have permission to run `fusermount` (don't forget to log out
Expand Down

0 comments on commit ae62e46

Please sign in to comment.