Skip to content

albuild/google-drive-ocamlfuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

albuild-google-drive-ocamlfuse

Yet another unofficial google-drive-ocamlfuse package for Amazon Linux 2.

Install (Amazon WorkSpaces)

System Requirements

Instructions

  1. Download the package from the Release page.

  2. Install the package.

    sudo yum -y install albuild-google-drive-ocamlfuse-0.1.0-0.amzn2.x86_64.rpm
    

Build (Amazon WorkSpaces)

System Requirements

  • Docker

Instructions

  1. Clone this repository.

    git clone https://github.com/albuild/google-drive-ocamlfuse.git
    
  2. Go to the repository.

    cd google-drive-ocamlfuse
    
  3. Build a new image.

    bin/build
    
  4. Extract the built package from the image. The package will be copied to the ./rpm directory.

    bin/cp
    
  5. Delete the image.

    bin/rmi