Closed MikeMitterer closed 6 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!
Duplicate of #13
I installed it manually on Raspi3
and it works like a charm - Thanks!