mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Merge pull request #325 from escape0707/patch-1
Update README.md to accommodate that sudo-fake provides sudo
This commit is contained in:
commit
71397b942b
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
|
@ -149,14 +149,11 @@ command. In `proot` mode, JuNest does no longer support the building of AUR pack
|
|||
first:
|
||||
|
||||
```sh
|
||||
pacman -Syu --ignore sudo base-devel
|
||||
:: sudo is in IgnorePkg/IgnoreGroup. Install anyway? [Y/n] n
|
||||
...
|
||||
...
|
||||
pacman -S base-devel
|
||||
```
|
||||
|
||||
JuNest uses a modified version of `sudo`. That's why the original `sudo`
|
||||
package **must be ignored** in the previous command.
|
||||
JuNest uses a modified version of `sudo` provided by `junest/sudo-fake`. And the original `core/sudo`
|
||||
package will be ignored **(and must not be installed)** during the installation of `base-devel`.
|
||||
|
||||
Have fun!
|
||||
---------
|
||||
|
|
@ -387,9 +384,9 @@ For Arch Linux related FAQs take a look at the [General troubleshooting page](ht
|
|||
> In order to install AUR packages you need to install the package group `base-devel` first
|
||||
> that contains all the essential packages for compiling from source code (such as gcc, make, patch, etc):
|
||||
|
||||
#> pacman -S --ignore sudo base-devel
|
||||
#> pacman -S base-devel
|
||||
|
||||
> Remember to ignore `sudo` as it conflicts with `sudo-fake` package.
|
||||
> Remember to not install `core/sudo` as it conflicts with `junest/sudo-fake` package.
|
||||
|
||||
## Can't set user and group as root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue