Skip to content

Instantly share code, notes, and snippets.

View benagricola's full-sized avatar
🐒
Working on MillenniumOS!

Ben Agricola benagricola

🐒
Working on MillenniumOS!
View GitHub Profile
@benagricola
benagricola / s3ql_install-centos7.sh
Last active March 20, 2019 13:15 — forked from scottames/s3ql_install-centos7.sh
s3ql - centos 7 install
#!/usr/bin/env bash
#
## Install s3ql on centos 7 machine
### https://bitbucket.org/nikratio/s3ql/
# yum packages
sudo yum install -y epel-release
sudo yum install -y \
bzip2 \
git \
fuse \