Update README and change order for PATH variable

This commit is contained in:
Filippo Squillace 2019-06-10 17:33:31 +10:00
parent fbe49acc01
commit 691369068d
2 changed files with 5 additions and 1 deletions

View file

@ -276,6 +276,8 @@ directory.
Troubleshooting
===============
For Arch Linux related FAQs take a look at the [General troubleshooting page](https://wiki.archlinux.org/index.php/General_troubleshooting).
## Cannot use AUR repository ##
> **Q**: Why do I get the following error when I try to install a package with yogurt?
@ -325,6 +327,8 @@ Troubleshooting
$> pkgfile getop
core/util-linux
> Alternatively, you can use directly `pacman` command only. Take a look [here](https://wiki.archlinux.org/index.php/General_troubleshooting#Message:_%22error_while_loading_shared_libraries%22).
## Kernel too old ##
> **Q**: Why do I get the error: "FATAL: kernel too old"?

View file

@ -26,7 +26,7 @@ JUNEST_TEMPDIR=${JUNEST_TEMPDIR:-/tmp}
# The update of the variable PATH ensures that the executables are
# found on different locations
PATH=/usr/bin:/bin:/usr/sbin:/sbin:$PATH
PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin
# The executable uname is essential in order to get the architecture
# of the host system, so a fallback mechanism cannot be used for it.