diff --git a/scripts/update.sh b/scripts/update.sh index 020bc08..64e30a9 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -8,7 +8,8 @@ sudo find /etc/systemd/system/ -type f -name 'Mistborn*' | xargs sudo sed -i "s/ sudo find /etc/systemd/system/ -type f -name 'Mistborn*' | xargs sudo sed -i "s/DIFACE/$iface/" sudo systemctl daemon-reload -sudo systemctl restart Mistborn-setup +sudo systemctl enable Mistborn-setup.service +sudo systemctl restart Mistborn-setup.service sudo docker-compose -f /opt/mistborn/base.yml pull sudo docker-compose -f /opt/mistborn/base.yml build