Une installation façon Debian
sudo curl -Ssl -o /etc/apt/trusted.gpg.d/aciah.asc https://aciah-linux-os.github.io/ppa/ppa/KEY.asc
sudo echo "deb [signed-by=/etc/apt/trusted.gpg.d/aciah.asc] https://aciah-linux-os.github.io/ppa/ppa ./" > /etc/apt/sources.list.d/aciah.list
sudo apt update
sudo apt install aciah
aciah_raccourcis_clavier- Modify the sources in the
src/scriptsdirectory. - Change the version in
VERSION. - Add the latest section on top of the
debian/changelogfile. - Decrypt the package signing key:
make decrypt-key. - Build the archive (just a compressed tarball of the sources)
make archive. - Build the package
make package. The files in theppa/directories are updated by the script. - Commit and push these updated files, add the newly created .deb file. Push to the remote repository.