Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 3495df2

Browse files
author
Erazem Kokot
committed
Add openssh package to server and server-lts install
1 parent 483bad7 commit 3495df2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/configure_quick.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ quick_install() {
6565
enable_nm=true
6666
multilib=true
6767
dhcp=true
68-
base_install="base-devel linux-headers zsh zsh-syntax-highlighting grub dialog wireless_tools wpa_supplicant os-prober $base_defaults "
68+
base_install="base-devel openssh linux-headers zsh zsh-syntax-highlighting grub dialog wireless_tools wpa_supplicant os-prober $base_defaults "
6969

7070
if "$bluetooth" ; then
7171
base_install+="bluez bluez-utils pulseaudio-bluetooth "
@@ -88,7 +88,7 @@ quick_install() {
8888
enable_nm=true
8989
multilib=true
9090
dhcp=true
91-
base_install="base-devel linux-lts linux-lts-headers zsh zsh-syntax-highlighting grub dialog wireless_tools wpa_supplicant os-prober $base_defaults "
91+
base_install="base-devel openssh linux-lts linux-lts-headers zsh zsh-syntax-highlighting grub dialog wireless_tools wpa_supplicant os-prober $base_defaults "
9292

9393
if "$bluetooth" ; then
9494
base_install+="bluez bluez-utils pulseaudio-bluetooth "

0 commit comments

Comments
 (0)