Skip to content

Commit

Permalink
Update 00-local_mounts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 30, 2023
1 parent 7da9259 commit ffb63b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .templates/00-local_mounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 :"
Expand Down

0 comments on commit ffb63b4

Please sign in to comment.