Merge pull request #2051 from balena-os/update-before-dbus-install

Update apt repositories before installing dbus
This commit is contained in:
bulldozer-balena[bot] 2022-11-02 18:59:24 +00:00 committed by GitHub
commit 9549491922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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