66 service frontends for voidlinux
修订版 | 599c0df8c4325b85fad8bb92125d73146abcedcf (tree) |
---|---|
时间 | 2022-05-15 01:34:31 |
作者 | mobinmob <39646700+mobinmob@user...> |
Commiter | GitHub |
Merge pull request #181 from mobinmob/new_binary_repo
conf/void-66-conf.md: update information for the new repo.
@@ -20,26 +20,20 @@ The package also contains some scripts written in order to make the services wor | ||
20 | 20 | |
21 | 21 | Currently these packages are in a [PR](https://github.com/void-linux/void-packages/pull/25743). In order to install them one can build them from the PR or install them from the unofficial void-66 repo. Packages are available for i686, x86_64, aarch64, x86_64-musl and aarch64-musl. |
22 | 22 | |
23 | -### 2.1 Installing packages from the void-66 repo. | |
23 | +### 2.1 Installing packages from the `void-unofficial-repo-66`. | |
24 | 24 | |
25 | 25 | Add the repo: |
26 | 26 | |
27 | 27 | _(commands prefixed by `#` must be run with elevated privileges, as root)_ |
28 | 28 | ``` |
29 | -# echo "repository=https://codeberg.org/mobinmob/void-66/raw/branch/master" > /etc/xbps.d/50-repository-unofficial-void-66.conf | |
30 | -``` | |
31 | - | |
32 | -Sync the new repo and accept the signing key: | |
33 | - | |
34 | -``` | |
35 | -# xbps-install -Sy | |
29 | +# xbps-install -S --repository=https://mirrors.gigenet.com/OSDN//storage/g/a/av/avyssos/repo void-unofficial-repo-66 | |
36 | 30 | ``` |
37 | 31 | |
38 | 32 | You will be prompted to accept the new key: |
39 | 33 | ``` |
40 | -https://codeberg.org/mobinmob/void-66/raw/branch/master/ repository has been RSA signed by "mobinmob <mobinmob@disroot.org>" | |
34 | +https://mirrors.gigenet.com/OSDN//storage/g/a/av/avyssos/repo' repository has been RSA signed by "mobinmob" | |
41 | 35 | Fingerprint: c7:39:79:a3:2a:cf:f1:65:a6:df:3a:1a:6e:93:36:28 |
42 | -Do you want to import this public key? [Y/n] | |
36 | +Do you want to import this public key? [Y/n] | |
43 | 37 | ``` |
44 | 38 | |
45 | 39 | After accepting it, install the new packages: |