blazejjanus / onedrive_install_script

Linux OneDrive client update script for Ubuntu 22.X+ / Debian 11+ / Raspbian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux OneDrive client update script for Ubuntu 22.X+ / Debian 11+ / Raspbian

OneDrive installation script for Raspbian (ARMHF) and Ubuntu 22.x / Debian 11 / Raspbian (ARM64) See install instruction

How to set up?

  • Clone this repository
  • Find the your local OneDrive directory and open it
  • Inside this directory create new directory called install
  • Copy install.sh script to the new directory
  • [Optionaly] You can add an alias to this script:
    alias onedrive-update="sudo bash <your_onedrive_path>/install/install.sh"
    source ~/.bashrc

How to update OneDrive?

When you got notified about new version of OneDrive client you launch this script with sudo. If you have add an alias you can simply launch it using it, by executing: onedrive-update and providing your password (make sure you have sudo rights).

About

Linux OneDrive client update script for Ubuntu 22.X+ / Debian 11+ / Raspbian

License:MIT License


Languages

Language:Shell 100.0%