remove setting hostname from setup (#1821)

remove from setup
This commit is contained in:
Justin Newberry
2024-01-18 18:05:41 -05:00
committed by GitHub
parent 06feb083cf
commit e931cdfd0e

View File

@@ -25,7 +25,6 @@ sudo abctl --set_success
# patch sshd config
sudo mount -o rw,remount /
echo tici-$(cat /proc/cmdline | sed -e 's/^.*androidboot.serialno=//' -e 's/ .*$//') | sudo tee /etc/hostname
sudo sed -i "s,/data/params/d/GithubSshKeys,/usr/comma/setup_keys," /etc/ssh/sshd_config
sudo systemctl daemon-reload
sudo systemctl restart ssh