mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 92-local_mounts.sh
This commit is contained in:
@@ -36,7 +36,7 @@ if bashio::config.has_value 'localdisks'; then
|
||||
|
||||
# Install lsblk
|
||||
if ! command -v "lsblk" &>/dev/null; then
|
||||
if command -v "apk" &>/dev/null; then apk add --no-cache lsblk; fi
|
||||
if command -v "apk" &>/dev/null; then apk add --no-cache lsblk >/dev/null; fi
|
||||
if command -v "apt" &>/dev/null; then apt-get update && apt-get install -yqq util-linux; fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user