Skip to content
Jerry Lum edited this page Aug 4, 2020 · 4 revisions

Setup and install the project

The server

First, install the dependencies

# apt update
# apt install xdotool
# apt install xclip

$ pip3 install pycryptodome

Then, clone the project

$ git clone https://github.com/Jerrylum/.25share.git

After that, copy the python script to /bin directory

$ cd ./.25share
# cp ./.25share /bin

Android

First, clone the project

$ git clone https://github.com/Jerrylum/.25share-android.git

Then, open Android Studio and build the project.

Have fun!

Clone this wiki locally