Skip to content

Latest commit

 

History

History
 
 

convenience-scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Convenience Scripts

These scripts allow you to quickly run the latest version of Open Android Backup without having to follow the usage instructions. Work in progress.

get.openandroidbackup.me

You can access the convenience script from this domain. It automatically detects your operating system based on the user agent and serves the correct script.

Linux or macOS

Run the following command in your terminal:

curl -fsSL "https://get.openandroidbackup.me/" | bash

Windows

Run the following command in PowerShell:

irm "https://get.openandroidbackup.me/" | iex