makebuildserver
Create an F-Droid build server virtual machine. More information: <https://f-droid.org/en/docs/Build_Server_Setup/>.
Install
- All systems
-
curl cmd.cat/makebuildserver.sh
- Debian
-
apt-get install fdroidserver
- Ubuntu
-
apt-get install fdroidserver
- Kali Linux
-
apt-get install fdroidserver
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fdroidserver
- OS X
-
brew install fdroidserver
- Raspbian
-
apt-get install fdroidserver
- Dockerfile
- dockerfile.run/makebuildserver
Create an F-Droid build server virtual machine. More information: <https://f-droid.org/en/docs/Build_Server_Setup/>.
-
Create a new virtual machine or update an existing one (if available):
makebuildserver
-
Force creating a fresh virtual machine:
makebuildserver --clean
© tl;dr; authors and contributors