From 3b0a4080d5301e7c26e52ee0312892524f2f07b6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 28 Nov 2019 14:24:43 +0100 Subject: Bug fix --- joes-arch-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joes-arch-install.sh b/joes-arch-install.sh index bc212f6..bd3511c 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -442,7 +442,7 @@ if [ "$ltskern" = true ]; then jo_pacstrap linux-lts-headers else jo_pacstrap linux - linux-headers + jo_pacstrap linux-headers fi echo && echo echo -e "${BGREEN}Base packages installed${END}" -- cgit v1.2.3