diff --git a/README.md b/README.md index 9784c57..a9c7f62 100644 --- a/README.md +++ b/README.md @@ -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"? diff --git a/lib/core/common.sh b/lib/core/common.sh index a43df83..faa1de8 100644 --- a/lib/core/common.sh +++ b/lib/core/common.sh @@ -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.