mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 16:35:23 +00:00
Only log errors from package installs.
This commit is contained in:
parent
4fb54b471d
commit
81ebf7cb74
4
deps.sh
4
deps.sh
@ -5,5 +5,5 @@ chmod 400 /root/.ssh/id_rsa
|
|||||||
cp ssh_config /root/.ssh/config
|
cp ssh_config /root/.ssh/config
|
||||||
|
|
||||||
# System dependencies
|
# System dependencies
|
||||||
apt-get update
|
apt-get -q update
|
||||||
apt-get install -y openvpn libsqlite3-dev python
|
apt-get install -qqy openvpn libsqlite3-dev python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user