Updated links

This commit is contained in:
ngn
2024-01-07 21:23:29 +03:00
parent 142e903b09
commit cd3e8ef2c9
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
You can use this page as a catalog, it will let you discover other pages. If you want to
edit a page or create a new page, make a pull-request to [website-content](https://git.matterlinux.xyz/matterlinux/website-content) repository.
edit a page or create a new page, make a pull-request to [content](https://git.matterlinux.xyz/matter/content) repository.
**Important:** Wiki is currently under development, so some of the pages on the tables
don't have a link yet.

View File

@ -56,7 +56,7 @@ usr/lib/libnss_resolve.so.2
While installing a package using the [MatterLinux Package Manager (`mp`)](/wiki/package_man), `mp`
downloads the target package(s) from the repos, these packages are in the format discussed above.
After downloading and verifying the target package(s), `mp` extracts the packages [using the `tar`
tool](https://git.matterlinux.xyz/Matterlinux/mp/src/main/src/utils/util.c#L103).
tool](https://git.matterlinux.xyz/Matter/mp/src/main/src/utils/util.c#L103).
To learn more about this process see the [page for `mp`](/wiki/package_man).
@ -132,6 +132,6 @@ also check out [LFS](https://www.linuxfromscratch.org/lfs/view/12.0-systemd/) an
into the `$ROOTDIR` and not the root file system.
- `cd .. && rm -rf $NAME-$VERSION`: Change directory back into `$ROOTDIR` and clean the extracted archive.
Check out [`base`](https://git.matterlinux.xyz/Matterlinux/base) and
[`desktop`](https://git.matterlinux.xyz/Matterlinux/desktop) repo sources for more
Check out [`base`](https://git.matterlinux.xyz/Matter/base) and
[`desktop`](https://git.matterlinux.xyz/Matter/desktop) repo sources for more
example `pkg.sh` scripts.

View File

@ -7,7 +7,7 @@ In a Matter system, package managment is generally done with the MatterLinux Pac
### Installation
`mp` should be already installed on a MatterLinux system. However if you want to install `mp` from
the source, then you should follow [this section](https://git.matterlinux.xyz/matterlinux/mp#installation)
the source, then you should follow [this section](https://git.matterlinux.xyz/matter/mp#installation)
from the README.
Note that you should run all the `mp` and releated commands as the root user.