diff options
author | 2025-06-13 08:29:22 +0200 | |
---|---|---|
committer | 2025-06-13 08:29:22 +0200 | |
commit | c4a61fb9426dbb65e52cb57d4786685b3d94befa (patch) | |
tree | c1c70ffc63678eaffa46b9855a4a8eb528a7b982 | |
parent | a6e9170307f5c9f30e7e2e3f3982b4851948c0df (diff) | |
download | pacman-offline-main.tar.gz pacman-offline-main.tar.zst |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | config/offline.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -70,7 +70,7 @@ This will trigger at night, if updates are pending and prepared. Configuration ------------- -Two sinppets for inclusion in `/etc/pacman.conf` are shipped. To make use of +Two snippets for inclusion in `/etc/pacman.conf` are shipped. To make use of them add these line: Include = /etc/pacman.d/offline.conf diff --git a/config/offline.conf b/config/offline.conf index 56f8b76..97e78e3 100644 --- a/config/offline.conf +++ b/config/offline.conf @@ -1,4 +1,4 @@ -# Ingore linux packages and prevent breaking module loading. The include of +# Ignore linux packages and prevent breaking module loading. The include of # this configuration file is removed on offline action. IgnorePkg = linux linux-headers linux-docs IgnorePkg = linux-lts linux-lts-headers linux-lts-docs |