Update install_services.sh

This commit is contained in:
Patrick McGuire
2022-01-20 16:36:25 -05:00
committed by GitHub
parent 88cd87bad3
commit f3fa4f5bd1
-1
View File
@@ -16,7 +16,6 @@ set_hostname() {
echo "Setting hostname to 'birdnetpi'"
hostnamectl set-hostname birdnetpi
sed -i 's/raspberrypi/birdnetpi/g' /etc/hosts
sed -i 's/localhost$/localhost birdnetpi.local/g' /etc/hosts
fi
}