Update install.sh

This commit is contained in:
SpudGunMan
2024-12-20 00:38:59 -08:00
parent 8ac9c53f1a
commit 8f758229cb
+4
View File
@@ -223,6 +223,10 @@ else
replace="s|# hostname = 192.168.0.1|hostname = localhost|g"
sed -i "$replace" config.ini
printf "\nConfig file updated for embedded\n"
# Set up the meshing around service
#sudo cp /opt/meshing-around/meshing-around.service /etc/systemd/system/meshing-around.service
#sudo systemctl enable meshing-around.service
fi
printf "\nInstallation complete!\n"