We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd77f6 commit 91eb405Copy full SHA for 91eb405
build/opt/init-wrapper/pre-init.d/11-systemd
@@ -0,0 +1,5 @@
1
+#! /bin/sh
2
+
3
+# fix for Synology
4
+mkdir -p /run/systemd/unit-root/bin
5
+mkdir -p /run/systemd/unit-root/lib/modules
build/scripts/10-hassio-apt
@@ -45,7 +45,3 @@ esac
45
wget --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"
46
wget --tries=3 -O /opt/hassio.deb "https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb"
47
wget --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
0 commit comments