Last active
April 11, 2024 11:30
-
-
Save sagar03d/ac9634f24e08ad1e0aee06f0960f63c7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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