From 80e3e9a86cce4fbc78f6259e050778e7ad414e2e Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 14 Jun 2024 16:20:42 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a936224..3a4042f 100644 --- a/install.sh +++ b/install.sh @@ -455,7 +455,7 @@ sed -i 's/nullok//g' /mnt/etc/pam.d/system-auth unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/ssh_config.d/10-custom.conf | tee /mnt/etc/ssh/ssh_config.d/10-custom.conf unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/ssh/sshd_config.d/10-custom.conf | tee tee /mnt/etc/ssh/sshd_config.d/10-custom.conf sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /mnt/etc/ssh/sshd_config.d/10-custom.conf -mkdir -p /etc/systemd/system/sshd.service.d/ +mkdir -p /mnt/etc/systemd/system/sshd.service.d/ unpriv curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/systemd/system/sshd.service.d/local.conf | tee /mnt/etc/systemd/system/sshd.service.d/override.conf ## Disable coredump