aboutsummaryrefslogtreecommitdiffstats
path: root/joes-arch-install.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xjoes-arch-install.sh2
1 files changed, 1 insertions, 1 deletions
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}"