Add pacman

This commit is contained in:
Alexandre
2022-05-03 15:16:36 +02:00
committed by GitHub
parent 3f9f2e3ea3
commit 8daae86241

View File

@@ -72,7 +72,7 @@ if bashio::config.has_value 'networkdisks'; then
bashio::log.fatal "Here is some debugging info :"
# Provide debugging info
smbclient -V &>/dev/null || apt-get install smbclient || apk add --no-cache samba-client
smbclient -V &>/dev/null || apt-get install smbclient &>/dev/null || apk add --no-cache samba-client &>/dev/null || pacman -S smbclient
#smbclient $disk -U $CIFS_USERNAME%$CIFS_PASSWORD || true
smbclient -L $disk -U "$CIFS_USERNAME%$CIFS_PASSWORD" || true