From d714a01e60b2c29d6d7794582e8e82041f2e97e0 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 5 Jan 2016 00:39:15 +0100 Subject: [PATCH] more basic pkgs --- post-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/post-install.sh b/post-install.sh index 94cbd58..e8b3b0c 100755 --- a/post-install.sh +++ b/post-install.sh @@ -92,7 +92,7 @@ alpi_basics(){ read yn yn=${yn:-y} if [ "$yn" == "y" ]; then - sudo pacman -S --needed --noconfirm vim rsync acpi parted imagemagick lynx wget alsa-utils tmux git openssh knockd avahi nss-mdns + sudo pacman -S --needed --noconfirm vim rsync acpi parted imagemagick lynx wget alsa-utils tmux git openssh knockd avahi nss-mdns bluez-utils htop print_msg 'securing ssh' sed -i.back 's/^#PermitEmptyPasswords.*/PermitEmptyPasswords no/' sed -i.back 's/^#PermitRootLogin.*/PermitRootLogin no/' @@ -272,8 +272,8 @@ alpi_kernellts(){ read yn yn=${yn:-y} if [ "$yn" == "y" ]; then - sudo pacman -S linux-lts linux-lts-headers nvidia-lts - sudo grub-mkconfig -o /boot/grub/grub.cfg + sudo pacman -S linux-lts linux-lts-headers nvidia-lts bbswitch-lts + #sudo grub-mkconfig -o /boot/grub/grub.cfg print_msg "kernel LTS install complete!" fi }