From b53d62fb7c16eb63afb241e6c6aec90e4435d556 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Sun, 9 Jun 2024 14:13:15 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13a723d..93a85e1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ The script have two modes of operation: **Important:** Quote the date argument if it contains spaces or special characters. +**Tip:** If your local pacman installation is broken, use the `USE_PACMAN_STATIC=true` environment variable when launching the script. + 1. Get a shell on your system. You can use a live CD + a chroot environment (recommended) or simply a shell on the crashed system. 2. Download the script. 3. Run the script with the date of the last successful upgrade as an argument. For example, if the last successful upgrade was on the 27th of May 2024, you would run the script as follows: @@ -69,4 +71,4 @@ archlinux-pkgrecover.sh --pacman-db "2024-05-27" # License -This script is licensed under the MIT license. See the [LICENSE](LICENSE) file for more information. \ No newline at end of file +This script is licensed under the MIT license. See the [LICENSE](LICENSE) file for more information.