From 5355fa33165da2b6af629018d7184c28da21749d Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 13 Jan 2016 23:46:26 +0100 Subject: [PATCH] misc --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index a5836f4..f5bc97c 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 bluez-utils htop + sudo pacman -S --needed --noconfirm vim rsync acpi parted imagemagick lynx wget alsa-utils tmux git openssh knockd bluez-utils htop print_msg 'securing ssh' sed -i.back 's/^#PermitEmptyPasswords.*/PermitEmptyPasswords no/' sed -i.back 's/^#PermitRootLogin.*/PermitRootLogin no/'