Skip to content

Instantly share code, notes, and snippets.

@sagar03d
Last active April 11, 2024 11:30
Show Gist options
  • Save sagar03d/ac9634f24e08ad1e0aee06f0960f63c7 to your computer and use it in GitHub Desktop.
Save sagar03d/ac9634f24e08ad1e0aee06f0960f63c7 to your computer and use it in GitHub Desktop.
sudo apt -y install sudo wget gnupg
wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
sudo apt update
echo 'deb http://debian.koha-community.org/koha stable main bionic' | sudo tee /etc/apt/sources.list.d/koha.list
sudo apt install koha-common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment