diff --git a/pika-baseos/debian/pika-baseos.postinst b/pika-baseos/debian/pika-baseos.postinst index 7e027a8..c4d0ebf 100644 --- a/pika-baseos/debian/pika-baseos.postinst +++ b/pika-baseos/debian/pika-baseos.postinst @@ -3,4 +3,5 @@ systemctl disable --now gpu-manager || true systemctl mask gpu-manager || true systemctl enable --now nvidia-pika-prime || true apt-mark hold snapd || true -echo "\n127.0.1.1 ${HOSTNAME}" >> /etc/hosts \ No newline at end of file +echo "" >> /etc/hosts +echo "127.0.1.1 ${HOSTNAME}" >> /etc/hosts \ No newline at end of file