mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 11:16:34 +00:00
Merge pull request #2051 from balena-os/update-before-dbus-install
Update apt repositories before installing dbus
This commit is contained in:
commit
9549491922
@ -10,6 +10,7 @@ if command -v apt > /dev/null; then
|
||||
exit 0
|
||||
else
|
||||
echo "Installing $DEBIAN..."
|
||||
sudo apt-get update
|
||||
sudo apt-get install $DEBIAN
|
||||
fi
|
||||
elif command -v brew > /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user