Update ahenk.en.md

This commit is contained in:
agahhulusi 2022-09-13 09:29:26 +03:00 committed by GitHub
parent 4888d4424f
commit c604947098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
The Ahenk package is available at "repo.liderahenk.org". On Pardus computers, this address is defined and the Ahenk package
can be downloaded from the repository. In the terminal (console) to define this repository to your system;
sudo wget http://repo.liderahenk.org/liderahenk-archive-keyring.asc && sudo apt-key add liderahenk-archive-keyring.asc && rm liderahenk-archive-keyring.asc
sudo wget https://repo.liderahenk.org/liderahenk-archive-keyring.asc && sudo apt-key add liderahenk-archive-keyring.asc && rm liderahenk-archive-keyring.asc
The "liderahenk-archive-keyring.asc" key file should be downloaded and installed on the system with the commands. Next;
sudo printf "deb [arch=amd64] http://repo.liderahenk.org/liderahenk stable main" | sudo tee -a /etc/apt/sources.list
sudo printf "deb [arch=amd64] https://repo.liderahenk.org/liderahenk stable main" | sudo tee -a /etc/apt/sources.list
The repository address is added to the "/etc/apt/sources.list" file with the command.