mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 19:09:02 +02:00
9 lines
143 B
Bash
9 lines
143 B
Bash
#!/bin/bash
|
|
|
|
apt-get update
|
|
apt-get install -y $(cat /opt/scripts/.packages)
|
|
rm -rf /var/lib/apt/lists/*
|
|
rm -f /opt/scripts/.packages
|
|
|
|
exit 0
|