lucidsoftware / apt-boto-s3

The fast and simple S3 transport for apt.
Apache License 2.0
56 stars 13 forks source link

Please add armhf to your architecure #15

Closed MikeMitterer closed 6 years ago

MikeMitterer commented 7 years ago

I installed it manually on Raspi3

#!/bin/sh
apt-get install python python-pip
pip install boto3
wget https://raw.githubusercontent.com/lucidsoftware/apt-boto-s3/master/s3.py
cp s3.py /usr/lib/apt/methods/s3
chmod 755 /usr/lib/apt/methods/s3

and it works like a charm - Thanks!

pauldraper commented 6 years ago

Duplicate of #13