xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

Patch for install.sh to support building on the Raspberry Pi running Raspian 7. #129

Closed vk5ztv closed 9 years ago

vk5ztv commented 9 years ago

diff --git a/install.sh b/install.sh index 3afad60..885b719 100755 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ fi

case $DISTRIB_ID in # Debian/Ubuntu family - elementaryos|debian|ubuntu|linuxmint) + elementaryos|debian|ubuntu|linuxmint|raspbian) PACKAGE_INST='sudo apt-get install' PIP_PKG_NAME='python3-pip' PYGOBJECT_PKG_NAME='python3-gi'

Current future_daemon branch builds without errors on Raspian with this minor change.

vk5ztv commented 9 years ago

Added to new pull request - closing this as a duplicate.