From ffb63b43762ae9ef28f9a073accaac7c6cd73970 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Sep 2023 10:52:12 +0200 Subject: [PATCH] Update 00-local_mounts.sh --- .templates/00-local_mounts.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index b1d80075a..e4a45a379 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -8,12 +8,6 @@ # Mount local Share if configured 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 >/dev/null; fi - if command -v "apt" &>/dev/null; then apt-get update && apt-get install -yqq util-linux; fi - fi - ## List available Disk with Labels and Id bashio::log.blue "---------------------------------------------------" bashio::log.info "Available Disks :"