Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 102bb6d

Browse files
committed
Set apt noninteractive
1 parent 187e6c5 commit 102bb6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root/etc/cont-init.d/15-install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/with-contenv bash
22

33
if [[ ! -d /usr/lib/unifi/bin ]]; then
4+
echo "*** install unifi packages ***"
5+
export DEBIAN_FRONTEND=noninteractive
46
dpkg -i /app/unifi.deb
57
fi

0 commit comments

Comments
 (0)