This file contains 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
cd ~ \ | |
&& yum install -y gcc make fuse-devel curl-devel libxml2-devel openssl-devel json-c-devel \ | |
&& git clone https://github.com/redbo/cloudfuse.git \ | |
&& cd cloudfuse \ | |
&& ./configure \ | |
&& make \ | |
&& make install \ | |
&& cd ../ \ | |
&& rm -Rf cloudfuse \ | |
&& yum install -y fuse |