mirror of https://github.com/BOINC/boinc.git
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>
parent
b19723607b
commit
2e9d17003e
|
@ -21,7 +21,8 @@ The purpose of this page is to show the last version of BOINC available for ever
|
|||
### Installation:
|
||||
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`
|
||||
3. `sudo apt install boinc-client boinc-manager`
|
||||
3. `sudo apt update`
|
||||
4. `sudo apt install boinc-client boinc-manager`
|
||||
|
||||
# RPM-based OSs
|
||||
|
||||
|
|
Loading…
Reference in New Issue