Skip to content

Instantly share code, notes, and snippets.

@SteveChurch
Created March 9, 2017 21:34
Show Gist options
  • Save SteveChurch/261e577cbf0262a7eb564dd469a2be2f to your computer and use it in GitHub Desktop.
Save SteveChurch/261e577cbf0262a7eb564dd469a2be2f to your computer and use it in GitHub Desktop.
Install gcsfuse on CentOS
# https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/installing.md
sudo tee /etc/yum.repos.d/gcsfuse.repo > /dev/null <<EOF
[gcsfuse]
name=gcsfuse (packages.cloud.google.com)
baseurl=https://packages.cloud.google.com/yum/repos/gcsfuse-el7-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg
https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
EOF
sudo yum -y install gcsfuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment