Created
March 9, 2017 21:34
-
-
Save SteveChurch/261e577cbf0262a7eb564dd469a2be2f to your computer and use it in GitHub Desktop.
Install gcsfuse on CentOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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