File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ udisks2 \
2121wget
2222
2323
24- # fix for Synology
25- sed -i -e " s/ProtectSystem=true/ProtectSystem=false/" /lib/systemd/system/NetworkManager.service
26- systemctl mask systemd-logind.service systemd-hostnamed.service e2scrub_reap.service
27-
28-
2924DOWNLOAD_URL=" https://download.docker.com"
3025DOCKER_CHINA=" https://mirrors.ustc.edu.cn/docker-ce"
3126
5045wget --tries=3 -O /opt/os-agent.deb " https://github.com/home-assistant/os-agent/releases/download/1.6.0/os-agent_1.6.0_linux_$ARCH .deb"
5146wget --tries=3 -O /opt/hassio.deb " https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
5247wget --tries=3 -O /opt/hasscn.deb " https://github.com/hasscc/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
48+
49+
50+ # fix for Synology
51+ mkdir -p /run/systemd/unit-root/lib/modules
You can’t perform that action at this time.
0 commit comments