onedrive-d-old
onedrive-d-old copied to clipboard
Centos Not Supported
The current install script can't figure out what OS i have.
I'm currently running a VPS with Centos 7.
did you manage to complete the install steps manually? It seems there are no packages for python3 in the standard repos, and I wasn't able to find a python3-dev on https://www.softwarecollections.org/en/, but it seems possible to install with:
http://pkgs.org/centos-7/forensics-x86_64/python3-libs-3.3.2-12.el7.x86_64.rpm.html http://pkgs.org/centos-7/forensics-x86_64/python3-3.3.2-12.el7.x86_64.rpm.html http://pkgs.org/centos-7/forensics-x86_64/python3-devel-3.3.2-12.el7.x86_64.rpm.html http://pkgs.org/centos-7/epel-x86_64/inotify-tools-3.14-8.el7.x86_64.rpm.html (download and then yum install ...)
followed by:
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" sudo python get-pip.py
finally modifying the line in the install.sh
find: fedora replace: fedora|centos
from which point I was able to install / configure / start onedrive-d. On centos7