diff options
-rw-r--r-- | chapter8/systemd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/systemd.sh b/chapter8/systemd.sh index d0363db..a9c8172 100644 --- a/chapter8/systemd.sh +++ b/chapter8/systemd.sh @@ -43,7 +43,7 @@ rm -v /usr/bin/xsltproc LANG=en_US.UTF-8 ninja && LANG=en_US.UTF-8 ninja install && -tar -xvf ../../systemd-man-pages-"${VERSION}"-2.tar.xz \ +tar -xvf ../../systemd-man-pages-"247"-2.tar.xz \ --strip-components=1 -C /usr/share/man && rm -rfv /usr/lib/pam.d && systemd-machine-id-setup && |