Welcome to the Platypush APT repository! Project homepage: https://platypush.tech Source code: https://git.platypush.tech/platypush/platypush Documentation / API reference: https://docs.platypush.tech You can use this APT repository to install Platypush on Debian, Ubuntu or any Debian-based distro. Steps: 1. Add this repository's PGP key to your apt keyring ==================================================== # wget -q -O \ /etc/apt/trusted.gpg.d/platypush.asc \ https://apt.platypush.tech/pubkey.txt 2. Add the repository to your sources ===================================== # wget -q -O \ /etc/apt/sources.list.d/platypush.list \ https://apt.platypush.tech/lists/platypush--.list Where: - deb_version can be: - *stable* - current Debian stable version - *oldstable* - previous Debian stable version - *ubuntu* - latest Ubuntu version - branch can be either: - *main* - latest stable release - *dev* a package always in sync with the git version For example, to install the latest stable tags on Debian stable: # wget -q -O \ /etc/apt/sources.list.d/platypush.list \ https://apt.platypush.tech/lists/platypush-stable-main.list 3. Update your repos ==================== # apt update 4. Install Platypush ==================== # apt install platypush