mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 16:35:23 +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
|
exit 0
|
||||||
else
|
else
|
||||||
echo "Installing $DEBIAN..."
|
echo "Installing $DEBIAN..."
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install $DEBIAN
|
sudo apt-get install $DEBIAN
|
||||||
fi
|
fi
|
||||||
elif command -v brew > /dev/null; then
|
elif command -v brew > /dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user