Bachir Soussi Chiadmi 8 년 전
부모
커밋
5355fa3316
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      post-install.sh

+ 1 - 1
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/'