Linux-DEB-and-RPM-support.md: for DEB based systems 'sudo apt update' is required to fetch correct boinc package from the newly added repository

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Vitalii Koshura 2024-09-01 19:14:22 +02:00
parent b19723607b
commit 2e9d17003e
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 2 additions and 1 deletions

@ -21,7 +21,8 @@ The purpose of this page is to show the last version of BOINC available for ever
### Installation: ### Installation:
1. `sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 40254C9B29853EA6` 1. `sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 40254C9B29853EA6`
2. `sudo apt-add-repository deb https://boinc.berkeley.edu/dl/linux/[stable][alpha][nightly]/[Codename] [Codename] main` 2. `sudo apt-add-repository deb https://boinc.berkeley.edu/dl/linux/[stable][alpha][nightly]/[Codename] [Codename] main`
3. `sudo apt install boinc-client boinc-manager` 3. `sudo apt update`
4. `sudo apt install boinc-client boinc-manager`
# RPM-based OSs # RPM-based OSs