Skip to content

Commit

Permalink
replacing with new release (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah authored Mar 1, 2023
1 parent 7c26dbc commit 9358726
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installing.md
Original file line number Diff line number Diff line change
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.12/gcsfuse-0.41.12-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.12-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.42.0/gcsfuse-0.42.0-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.42.0-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#:~:text=gcsfuse%2D0.41.12%2D1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.12-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases#:~:text=gcsfuse%2D0.42.0%2D1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.42.0-1.x86_64.rpm

Or one that uses `.deb` files:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.12/gcsfuse_0.41.12_amd64.deb
sudo dpkg --install gcsfuse_0.41.12_amd64.deb
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.42.0/gcsfuse_0.42.0_amd64.deb
sudo dpkg --install gcsfuse_0.42.0_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 9358726

Please sign in to comment.