Run the below command in the terminal:
curl -sL https://hkdb.github.io/app/getapp.sh | bash
You can also install app by compiling yourself:
- Make sure all the package managers you want app to manage and are installed and configured properly
- Install
gitmanually if it's not already installed - cd into a directory of choice where you want to keep the app repo. If you are an end user and can't decide, I suggest
~/.config(mkdir ~/.configif it doesn't already exist) - git clone https://github.com/hkdb/app.git`
cd app- Optionally
git checkout <version> ./install.sh# Note, for FreeBSD, bash must first be installed.